Struct openssl::conf::ConfMethod
source · pub struct ConfMethod(/* private fields */);
Implementations§
source§impl 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 Freeze for ConfMethod
impl RefUnwindSafe for ConfMethod
impl !Send for ConfMethod
impl !Sync for ConfMethod
impl Unpin for ConfMethod
impl UnwindSafe for ConfMethod
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more