#[repr(C)]pub struct v3_ext_ctx {
pub flags: i32,
pub issuer_cert: *mut x509_st,
pub subject_cert: *mut x509_st,
pub subject_req: *mut X509_req_st,
pub crl: *mut X509_crl_st,
pub db_meth: *mut X509V3_CONF_METHOD_st,
pub db: *mut c_void,
pub issuer_pkey: *mut evp_pkey_st,
}
Fields§
§flags: i32
§issuer_cert: *mut x509_st
§subject_cert: *mut x509_st
§subject_req: *mut X509_req_st
§crl: *mut X509_crl_st
§db_meth: *mut X509V3_CONF_METHOD_st
§db: *mut c_void
§issuer_pkey: *mut evp_pkey_st
Trait Implementations§
Source§impl Clone for v3_ext_ctx
impl Clone for v3_ext_ctx
Source§fn clone(&self) -> v3_ext_ctx
fn clone(&self) -> v3_ext_ctx
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 v3_ext_ctx
impl Debug for v3_ext_ctx
impl Copy for v3_ext_ctx
Auto Trait Implementations§
impl Freeze for v3_ext_ctx
impl RefUnwindSafe for v3_ext_ctx
impl !Send for v3_ext_ctx
impl !Sync for v3_ext_ctx
impl Unpin for v3_ext_ctx
impl UnwindSafe for v3_ext_ctx
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