Struct openssl::conf::ConfMethod [−][src]
pub struct ConfMethod(_);
Implementations
impl ConfMethod[src]
impl ConfMethod[src]pub fn default() -> ConfMethod[src]
Retrieve handle to the default OpenSSL configuration file processing function.
pub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethod[src]
pub fn as_ptr(&self) -> *mut CONF_METHOD[src]
Convert to raw pointer.