Struct winapi::wincrypt::CERT_CHAIN_POLICY_PARA [] [src]

pub struct CERT_CHAIN_POLICY_PARA {
    pub cbSize: DWORD,
    pub dwFlags: DWORD,
    pub pvExtraPolicyPara: *mut c_void,
}

Fields

cbSize: DWORD dwFlags: DWORD pvExtraPolicyPara: *mut c_void

Trait Implementations

impl Debug for CERT_CHAIN_POLICY_PARA
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_CHAIN_POLICY_PARA
[src]

impl Clone for CERT_CHAIN_POLICY_PARA
[src]

fn clone(&self) -> CERT_CHAIN_POLICY_PARA

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