Struct aws_lc_sys::v3_ext_ctx
source · #[repr(C)]pub struct v3_ext_ctx {
pub flags: c_int,
pub issuer_cert: *mut X509,
pub subject_cert: *mut X509,
pub subject_req: *mut X509_REQ,
pub crl: *mut X509_CRL,
pub db: *const CONF,
}Fields§
§flags: c_int§issuer_cert: *mut X509§subject_cert: *mut X509§subject_req: *mut X509_REQ§crl: *mut X509_CRL§db: *const CONFTrait 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
source§impl Default for v3_ext_ctx
impl Default for v3_ext_ctx
source§impl PartialEq<v3_ext_ctx> for v3_ext_ctx
impl PartialEq<v3_ext_ctx> for v3_ext_ctx
source§fn eq(&self, other: &v3_ext_ctx) -> bool
fn eq(&self, other: &v3_ext_ctx) -> bool
This method tests for
self and other values to be equal, and is used
by ==.