Union openssl_sys::X509_OBJECT_data[][src]

#[repr(C)]
pub union X509_OBJECT_data {
    pub ptr: *mut c_char,
    pub x509: *mut X509,
    pub crl: *mut X509_CRL,
    pub pkey: *mut EVP_PKEY,
}

Fields

ptr: *mut c_charx509: *mut X509crl: *mut X509_CRLpkey: *mut EVP_PKEY

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.