Searched defs:from_foreign (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | types.rs | 63 unsafe fn from_foreign(ptr: *mut c_void) -> Self; from_foreign() method |
| /linux/rust/kernel/alloc/ | ||
| H A D | kbox.rs | 500 unsafe fn from_foreign(ptr: *mut c_void) -> Self { from_foreign() function |