#[repr(C)]
pub struct PKCS7_RECIP_INFO { pub version: *mut ASN1_INTEGER, pub issuer_and_serial: *mut PKCS7_ISSUER_AND_SERIAL, pub key_enc_algor: *mut X509_ALGOR, pub enc_key: *mut ASN1_OCTET_STRING, pub cert: *mut X509, }

Fields

version: *mut ASN1_INTEGERissuer_and_serial: *mut PKCS7_ISSUER_AND_SERIALkey_enc_algor: *mut X509_ALGORenc_key: *mut ASN1_OCTET_STRINGcert: *mut X509

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.