Searched defs:from_ptr (Results 1 – 5 of 5) sorted by relevance
25 fn from_ptr(ptr: *mut Self::CStruct) -> Self; in from_ptr() method37 unsafe fn from_ptr<'a>(ptr: *mut Self::CStruct) -> &'a Self { in from_ptr() method
132 fn from_ptr(ptr: *mut Self::CStruct) -> Self { in from_ptr() method
130 pub(crate) unsafe fn from_ptr( in from_ptr() method
103 pub(crate) fn from_ptr(ptr: *mut SSL_CTX) -> Self { in from_ptr() method
70 pub fn from_ptr(ptr: *mut MessageParcel) -> Self { in from_ptr() method