#[repr(C)]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§
Source§impl Clone for CRYPTCATSTORE
impl Clone for CRYPTCATSTORE
Source§fn clone(&self) -> CRYPTCATSTORE
fn clone(&self) -> CRYPTCATSTORE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CRYPTCATSTORE
impl Default for CRYPTCATSTORE
Source§fn default() -> CRYPTCATSTORE
fn default() -> CRYPTCATSTORE
Returns the “default value” for a type. Read more
impl Copy for CRYPTCATSTORE
Auto Trait Implementations§
impl Freeze for CRYPTCATSTORE
impl RefUnwindSafe for CRYPTCATSTORE
impl !Send for CRYPTCATSTORE
impl !Sync for CRYPTCATSTORE
impl Unpin for CRYPTCATSTORE
impl UnwindSafe for CRYPTCATSTORE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more