Searched defs:from_ptr (Results 1 – 4 of 4) sorted by relevance
36 pub unsafe fn from_ptr<'a>(ptr: *const bindings::pid_namespace) -> &'a Self { in from_ptr() method
203 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() method
36 pub fn from_ptr(addr: *mut c_void) -> Self { in from_ptr() method
207 pub unsafe fn from_ptr<'a>(ptr: *mut T) -> &'a Self from_ptr() method [all...]