Type Alias X509V3_CONF_METHOD

Source
pub type X509V3_CONF_METHOD = X509V3_CONF_METHOD_st;

Aliased Type§

struct X509V3_CONF_METHOD {
    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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for X509V3_CONF_METHOD_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for X509V3_CONF_METHOD_st