Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-errors/src/
Dlib.rs97 pub const unsafe fn __from_raw(raw: FunctionInner) -> Function<T> { in __from_raw() method
116 pub const fn __from_raw(raw: c_int) -> Reason<T> { in __from_raw() method