Struct openssl_sys::X509_CRL_INFO[][src]

#[repr(C)]
pub struct X509_CRL_INFO { pub issuer: *mut X509_NAME, pub lastUpdate: *mut ASN1_TIME, pub nextUpdate: *mut ASN1_TIME, pub revoked: *mut stack_st_X509_REVOKED, // some fields omitted }

Fields

issuer: *mut X509_NAMElastUpdate: *mut ASN1_TIMEnextUpdate: *mut ASN1_TIMErevoked: *mut stack_st_X509_REVOKED

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.