Home
last modified time | relevance | path

Searched defs:into_inner (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/irq/
H A Dflags.rs95 pub(crate) fn into_inner(self) -> c_ulong { in into_inner() method
/linux/rust/zerocopy/src/
H A Dwrappers.rs180 pub const fn into_inner(self) -> T { in into_inner() method
635 pub fn into_inner(r: ReadOnly<T>) -> T { in into_inner() method
/linux/rust/kernel/alloc/
H A Dkbox.rs409 pub fn into_inner(b: Self) -> T { into_inner() function
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs447 macro_rules! into_inner { macro