Struct wolfssl_sys::WOLFSSL_X509_REVOKED
source · #[repr(C)]pub struct WOLFSSL_X509_REVOKED {
pub serialNumber: *mut WOLFSSL_ASN1_INTEGER,
}Fields§
§serialNumber: *mut WOLFSSL_ASN1_INTEGERTrait Implementations§
source§impl Clone for WOLFSSL_X509_REVOKED
impl Clone for WOLFSSL_X509_REVOKED
source§fn clone(&self) -> WOLFSSL_X509_REVOKED
fn clone(&self) -> WOLFSSL_X509_REVOKED
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 more