Home
last modified time | relevance | path

Searched refs:AsRef (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/rust/kernel/
H A Dstr.rs46 pub fn strip_prefix(&self, pattern: impl AsRef<Self>) -> Option<&BStr> { in strip_prefix()
145 impl AsRef<BStr> for [u8] { impl
151 impl AsRef<BStr> for BStr {
489 impl AsRef<BStr> for CStr {
H A Dfaux.rs53 impl AsRef<device::Device> for Registration {
H A Dplatform.rs226 impl AsRef<device::Device> for Device {
H A Dpci.rs458 impl AsRef<device::Device> for Device {
/linux-6.15/rust/kernel/list/
H A Darc.rs435 impl<T, const ID: u64> AsRef<Arc<T>> for ListArc<T, ID> impl
/linux-6.15/rust/kernel/sync/
H A Darc.rs420 impl<T: ?Sized> AsRef<T> for Arc<T> {
/linux-6.15/rust/kernel/net/
H A Dphy.rs284 impl AsRef<kernel::device::Device> for Device {