Struct CRYPTCATSTORE
#[repr(C)]pub struct CRYPTCATSTORE {
pub cbStruct: u32,
pub dwPublicVersion: u32,
pub pwszP7File: PWSTR,
pub hProv: usize,
pub dwEncodingType: u32,
pub fdwStoreFlags: CRYPTCAT_OPEN_FLAGS,
pub hReserved: HANDLE,
pub hAttrs: HANDLE,
pub hCryptMsg: *mut c_void,
pub hSorted: HANDLE,
}
Fields§
§cbStruct: u32
§dwPublicVersion: u32
§pwszP7File: PWSTR
§hProv: usize
§dwEncodingType: u32
§fdwStoreFlags: CRYPTCAT_OPEN_FLAGS
§hReserved: HANDLE
§hAttrs: HANDLE
§hCryptMsg: *mut c_void
§hSorted: HANDLE
Trait Implementations§
§impl Clone for CRYPTCATSTORE
impl Clone for CRYPTCATSTORE
§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 moreimpl 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