Home
last modified time | relevance | path

Searched defs:from_ptr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dforeign.rs25 fn from_ptr(ptr: *mut Self::CStruct) -> Self; in from_ptr() method
37 unsafe fn from_ptr<'a>(ptr: *mut Self::CStruct) -> &'a Self { in from_ptr() method
H A Dstack.rs132 fn from_ptr(ptr: *mut Self::CStruct) -> Self { in from_ptr() method
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs130 pub(crate) unsafe fn from_ptr( in from_ptr() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs103 pub(crate) fn from_ptr(ptr: *mut SSL_CTX) -> Self { in from_ptr() method
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs70 pub fn from_ptr(ptr: *mut MessageParcel) -> Self { in from_ptr() method