Struct aws_lc_sys::PKCS7_SIGNED
source · #[repr(C)]pub struct PKCS7_SIGNED {
pub cert: *mut stack_st_X509,
pub crl: *mut stack_st_X509_CRL,
}Fields§
§cert: *mut stack_st_X509§crl: *mut stack_st_X509_CRLTrait Implementations§
source§impl Clone for PKCS7_SIGNED
impl Clone for PKCS7_SIGNED
source§fn clone(&self) -> PKCS7_SIGNED
fn clone(&self) -> PKCS7_SIGNED
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 PKCS7_SIGNED
impl Debug for PKCS7_SIGNED
source§impl Default for PKCS7_SIGNED
impl Default for PKCS7_SIGNED
source§impl PartialEq<PKCS7_SIGNED> for PKCS7_SIGNED
impl PartialEq<PKCS7_SIGNED> for PKCS7_SIGNED
source§fn eq(&self, other: &PKCS7_SIGNED) -> bool
fn eq(&self, other: &PKCS7_SIGNED) -> bool
This method tests for
self and other values to be equal, and is used
by ==.