Struct winapi::wincrypt::CTL_VERIFY_USAGE_PARA [] [src]

pub struct CTL_VERIFY_USAGE_PARA {
    pub cbSize: DWORD,
    pub ListIdentifier: CRYPT_DATA_BLOB,
    pub cCtlStore: DWORD,
    pub rghCtlStore: *mut HCERTSTORE,
    pub cSignerStore: DWORD,
    pub rghSignerStore: *mut HCERTSTORE,
}

Fields

cbSize
ListIdentifier
cCtlStore
rghCtlStore
cSignerStore
rghSignerStore

Trait Implementations

impl Copy for CTL_VERIFY_USAGE_PARA
[src]

impl Clone for CTL_VERIFY_USAGE_PARA
[src]

fn clone(&self) -> CTL_VERIFY_USAGE_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

Derived Implementations

impl Debug for CTL_VERIFY_USAGE_PARA
[src]

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

Formats the value using the given formatter.