Home
last modified time | relevance | path

Searched defs:from_raw (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs85 pub(crate) unsafe fn from_raw(ptr: NonNull<Header>) -> Task { in from_raw() method
Dtask_handle.rs39 pub(crate) unsafe fn from_raw(ptr: NonNull<Header>) -> Self { in from_raw() function
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dx509.rs105 pub(crate) fn from_raw(err: c_int) -> X509VerifyResult { in from_raw() method