Home
last modified time | relevance | path

Searched refs:try_from_foreign (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dxarray.rs217 unsafe { T::try_from_foreign(ptr) } in remove()
266 Ok(unsafe { T::try_from_foreign(old) }) in store()
H A Dtypes.rs75 unsafe fn try_from_foreign(ptr: *mut c_void) -> Option<Self> { in try_from_foreign() method
H A Dmaple_tree.rs233 unsafe { T::try_from_foreign(ret) } in erase()