#[repr(C)]pub struct X509V3_CONF_METHOD_st {
pub get_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> *mut i8>,
pub get_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8) -> *mut stack_st_CONF_VALUE>,
pub free_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut i8)>,
pub free_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut stack_st_CONF_VALUE)>,
}
Fields§
§get_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> *mut i8>
§get_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8) -> *mut stack_st_CONF_VALUE>
§free_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut i8)>
§free_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut stack_st_CONF_VALUE)>
Trait Implementations§
Source§impl Clone for X509V3_CONF_METHOD_st
impl Clone for X509V3_CONF_METHOD_st
Source§fn clone(&self) -> X509V3_CONF_METHOD_st
fn clone(&self) -> X509V3_CONF_METHOD_st
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for X509V3_CONF_METHOD_st
impl Debug for X509V3_CONF_METHOD_st
impl Copy for X509V3_CONF_METHOD_st
Auto Trait Implementations§
impl Freeze for X509V3_CONF_METHOD_st
impl RefUnwindSafe for X509V3_CONF_METHOD_st
impl Send for X509V3_CONF_METHOD_st
impl Sync for X509V3_CONF_METHOD_st
impl Unpin for X509V3_CONF_METHOD_st
impl UnwindSafe for X509V3_CONF_METHOD_st
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