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 | |
dwPublicVersion | |
pwszP7File | |
hProv | |
dwEncodingType | |
fdwStoreFlags | |
hReserved | |
hAttrs | |
hCryptMsg | |
hSorted |
Trait Implementations
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