#[repr(C)]
pub struct PKCS7_SIGNER_INFO { pub version: *mut ASN1_INTEGER, pub issuer_and_serial: *mut PKCS7_ISSUER_AND_SERIAL, pub digest_alg: *mut X509_ALGOR, pub auth_attr: *mut stack_st_X509_ATTRIBUTE, pub digest_enc_alg: *mut X509_ALGOR, pub enc_digest: *mut ASN1_OCTET_STRING, pub unauth_attr: *mut stack_st_X509_ATTRIBUTE, pub pkey: *mut EVP_PKEY, }

Fields

version: *mut ASN1_INTEGERissuer_and_serial: *mut PKCS7_ISSUER_AND_SERIALdigest_alg: *mut X509_ALGORauth_attr: *mut stack_st_X509_ATTRIBUTEdigest_enc_alg: *mut X509_ALGORenc_digest: *mut ASN1_OCTET_STRINGunauth_attr: *mut stack_st_X509_ATTRIBUTEpkey: *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

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.