Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dtypes.rs339 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
/openbmc/linux/rust/alloc/
H A Dboxed.rs954 pub unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() method