Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/
Dconf.rs18 pub struct ConfMethod(*mut ffi::CONF_METHOD); struct
20 impl ConfMethod { impl
38 pub unsafe fn from_ptr(ptr: *mut ffi::CONF_METHOD) -> ConfMethod { in from_ptr()