Struct scratchstack_wrapper_aws_lc::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_meth: *const X509V3_CONF_METHOD,
pub db: *mut c_void,
}
Fields
flags: c_int
issuer_cert: *mut X509
subject_cert: *mut X509
subject_req: *mut X509_REQ
crl: *mut X509_CRL
db_meth: *const X509V3_CONF_METHOD
db: *mut c_void
Trait Implementations
sourceimpl Clone for v3_ext_ctx
impl Clone for v3_ext_ctx
sourcefn clone(&self) -> v3_ext_ctx
fn clone(&self) -> v3_ext_ctx
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 v3_ext_ctx
impl Debug for v3_ext_ctx
sourceimpl Default for v3_ext_ctx
impl Default for v3_ext_ctx
sourceimpl PartialEq<v3_ext_ctx> for v3_ext_ctx
impl PartialEq<v3_ext_ctx> for v3_ext_ctx
sourcefn eq(&self, other: &v3_ext_ctx) -> bool
fn eq(&self, other: &v3_ext_ctx) -> bool
impl Copy for v3_ext_ctx
impl Eq for v3_ext_ctx
impl StructuralEq for v3_ext_ctx
impl StructuralPartialEq for v3_ext_ctx
Auto Trait Implementations
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
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