Struct boring_sys::X509V3_CONF_METHOD_st
source · [−]#[repr(C)]pub struct X509V3_CONF_METHOD_st {
pub get_string: Option<unsafe extern "C" fn(db: *mut c_void, section: *const c_char, value: *const c_char) -> *mut c_char>,
pub get_section: Option<unsafe extern "C" fn(db: *mut c_void, section: *const c_char) -> *mut stack_st_CONF_VALUE>,
pub free_string: Option<unsafe extern "C" fn(db: *mut c_void, string: *mut c_char)>,
pub free_section: Option<unsafe extern "C" fn(db: *mut c_void, section: *mut stack_st_CONF_VALUE)>,
}Fields
get_string: Option<unsafe extern "C" fn(db: *mut c_void, section: *const c_char, value: *const c_char) -> *mut c_char>get_section: Option<unsafe extern "C" fn(db: *mut c_void, section: *const c_char) -> *mut stack_st_CONF_VALUE>free_string: Option<unsafe extern "C" fn(db: *mut c_void, string: *mut c_char)>free_section: Option<unsafe extern "C" fn(db: *mut c_void, section: *mut stack_st_CONF_VALUE)>Trait Implementations
sourceimpl Clone for X509V3_CONF_METHOD_st
impl Clone for X509V3_CONF_METHOD_st
sourcefn clone(&self) -> X509V3_CONF_METHOD_st
fn clone(&self) -> X509V3_CONF_METHOD_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for X509V3_CONF_METHOD_st
impl Debug for X509V3_CONF_METHOD_st
sourceimpl Default for X509V3_CONF_METHOD_st
impl Default for X509V3_CONF_METHOD_st
sourcefn default() -> X509V3_CONF_METHOD_st
fn default() -> X509V3_CONF_METHOD_st
Returns the “default value” for a type. Read more
sourceimpl PartialEq<X509V3_CONF_METHOD_st> for X509V3_CONF_METHOD_st
impl PartialEq<X509V3_CONF_METHOD_st> for X509V3_CONF_METHOD_st
sourcefn eq(&self, other: &X509V3_CONF_METHOD_st) -> bool
fn eq(&self, other: &X509V3_CONF_METHOD_st) -> bool
impl Copy for X509V3_CONF_METHOD_st
impl Eq for X509V3_CONF_METHOD_st
impl StructuralEq for X509V3_CONF_METHOD_st
impl StructuralPartialEq for X509V3_CONF_METHOD_st
Auto Trait Implementations
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
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