Home
last modified time | relevance | path

Searched defs:into_raw (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/rust/kernel/sync/
Darc.rs221 pub fn into_raw(self) -> *const T { in into_raw() method
/linux-6.8/rust/alloc/
Dboxed.rs1055 pub fn into_raw(b: Self) -> *mut T { in into_raw() method