Struct openssl::conf::ConfMethod [−][src]
pub struct ConfMethod(_);
Methods
impl ConfMethod[src]
impl ConfMethodpub fn default() -> ConfMethod[src]
pub fn default() -> ConfMethodRetrieve handle to the default OpenSSL configuration file processing function.
pub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethod[src]
pub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethodConstruct from raw pointer.
pub fn as_ptr(&self) -> *mut CONF_METHOD[src]
pub fn as_ptr(&self) -> *mut CONF_METHODConvert to raw pointer.
Auto Trait Implementations
impl !Send for ConfMethod
impl !Send for ConfMethodimpl !Sync for ConfMethod
impl !Sync for ConfMethod