Searched refs:from_foreign (Results 1 – 6 of 6) sorted by relevance
49 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self; in from_foreign() method67 unsafe { Some(Self::from_foreign(ptr)) } in try_from_foreign()123 unsafe fn from_foreign(_: *mut crate::ffi::c_void) -> Self {} in from_foreign() method
88 let _ = unsafe { KBox::<T>::from_foreign(ptr) }; in remove_callback()
216 let ptr = unsafe { <T::Ptr as ForeignOwnable>::from_foreign(private) }; in release()
97 let _ = unsafe { KBox::<T>::from_foreign(ptr) }; in remove_callback()
374 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self { in from_foreign() function406 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self { in from_foreign() function
382 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self { in from_foreign() method