Searched defs:from_ptr (Results 1 – 3 of 3) 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
130 fn from_ptr(ptr: *mut Self::CStruct) -> Self { in from_ptr() method
111 pub(crate) fn from_ptr(ptr: *mut SSL_CTX) -> Self { in from_ptr() method