Searched refs:from_foreign (Results 1 – 2 of 2) sorted by relevance
52 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self; in from_foreign() method69 unsafe { Some(Self::from_foreign(ptr)) } in try_from_foreign()89 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self { in from_foreign() method115 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self { in from_foreign() method131 unsafe fn from_foreign(_: *const core::ffi::c_void) -> Self {} in from_foreign() method
353 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self { in from_foreign() method
Completed in 10 milliseconds