Struct openssl::conf::ConfMethod [−][src]
pub struct ConfMethod(_);
Methods
impl ConfMethod
[src]
impl ConfMethod
pub fn default() -> ConfMethod
[src]
pub fn default() -> ConfMethod
Retrieve 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) -> ConfMethod
Construct from raw pointer.
pub fn as_ptr(&self) -> *mut CONF_METHOD
[src]
pub fn as_ptr(&self) -> *mut CONF_METHOD
Convert to raw pointer.
Auto Trait Implementations
impl !Send for ConfMethod
impl !Send for ConfMethod
impl !Sync for ConfMethod
impl !Sync for ConfMethod