Struct winapi::wincrypt::CERT_CHAIN_POLICY_STATUS [] [src]

pub struct CERT_CHAIN_POLICY_STATUS {
    pub cbSize: DWORD,
    pub dwError: DWORD,
    pub lChainIndex: LONG,
    pub lElementIndex: LONG,
    pub pvExtraPolicyStatus: *mut c_void,
}

Fields

cbSize: DWORD dwError: DWORD lChainIndex: LONG lElementIndex: LONG pvExtraPolicyStatus: *mut c_void

Trait Implementations

impl Debug for CERT_CHAIN_POLICY_STATUS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for CERT_CHAIN_POLICY_STATUS
[src]

impl Clone for CERT_CHAIN_POLICY_STATUS
[src]

fn clone(&self) -> CERT_CHAIN_POLICY_STATUS

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more