[][src]Struct nginx::pkcs7_signed_st

#[repr(C)]pub struct pkcs7_signed_st {
    pub version: *mut ASN1_INTEGER,
    pub md_algs: *mut stack_st_X509_ALGOR,
    pub cert: *mut stack_st_X509,
    pub crl: *mut stack_st_X509_CRL,
    pub signer_info: *mut stack_st_PKCS7_SIGNER_INFO,
    pub contents: *mut pkcs7_st,
}

Fields

version: *mut ASN1_INTEGERmd_algs: *mut stack_st_X509_ALGORcert: *mut stack_st_X509crl: *mut stack_st_X509_CRLsigner_info: *mut stack_st_PKCS7_SIGNER_INFOcontents: *mut pkcs7_st

Trait Implementations

impl Clone for pkcs7_signed_st[src]

impl Copy for pkcs7_signed_st[src]

impl Debug for pkcs7_signed_st[src]

Auto Trait Implementations

impl RefUnwindSafe for pkcs7_signed_st

impl !Send for pkcs7_signed_st

impl !Sync for pkcs7_signed_st

impl Unpin for pkcs7_signed_st

impl UnwindSafe for pkcs7_signed_st

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.