Struct winapi::mscat::CRYPTCATSTORE [] [src]

pub struct CRYPTCATSTORE {
    pub cbStruct: DWORD,
    pub dwPublicVersion: DWORD,
    pub pwszP7File: LPWSTR,
    pub hProv: HCRYPTPROV,
    pub dwEncodingType: DWORD,
    pub fdwStoreFlags: DWORD,
    pub hReserved: HANDLE,
    pub hAttrs: HANDLE,
    pub hCryptMsg: HCRYPTMSG,
    pub hSorted: HANDLE,
}

Fields

cbStruct: DWORD dwPublicVersion: DWORD pwszP7File: LPWSTR hProv: HCRYPTPROV dwEncodingType: DWORD fdwStoreFlags: DWORD hReserved: HANDLE hAttrs: HANDLE hCryptMsg: HCRYPTMSG hSorted: HANDLE

Trait Implementations

impl Debug for CRYPTCATSTORE
[src]

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

Formats the value using the given formatter.

impl Copy for CRYPTCATSTORE
[src]

impl Clone for CRYPTCATSTORE
[src]

fn clone(&self) -> CRYPTCATSTORE

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