Struct openssl_sys::X509_REVOKED[][src]

#[repr(C)]
pub struct X509_REVOKED { pub serialNumber: *mut ASN1_INTEGER, pub revocationDate: *mut ASN1_TIME, pub extensions: *mut stack_st_X509_EXTENSION, // some fields omitted }

Fields

serialNumber: *mut ASN1_INTEGERrevocationDate: *mut ASN1_TIMEextensions: *mut stack_st_X509_EXTENSION

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.