Struct openssl::conf::ConfMethod
source · [−]pub struct ConfMethod(_);
Implementations
sourceimpl ConfMethod
impl ConfMethod
sourcepub fn default() -> ConfMethod
pub fn default() -> ConfMethod
Retrieve handle to the default OpenSSL configuration file processing function.
This corresponds to NCONF_default
.
sourcepub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethod
pub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethod
sourcepub fn as_ptr(&self) -> *mut CONF_METHOD
pub fn as_ptr(&self) -> *mut CONF_METHOD
Convert to raw pointer.
Auto Trait Implementations
impl RefUnwindSafe for ConfMethod
impl !Send for ConfMethod
impl !Sync for ConfMethod
impl Unpin for ConfMethod
impl UnwindSafe for ConfMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more