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,
}
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)