Struct windows_sys::Win32::Security::Cryptography::Catalog::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,
}
Expand description
Required features: "Win32_Foundation"
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
impl Copy for CRYPTCATSTORE
Auto Trait Implementations§
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