Struct windows_sys::Win32::Security::Cryptography::Catalog::CRYPTCATCDF
[−]#[repr(C)]pub struct CRYPTCATCDF {
pub cbStruct: u32,
pub hFile: HANDLE,
pub dwCurFilePos: u32,
pub dwLastMemberOffset: u32,
pub fEOF: BOOL,
pub pwszResultDir: PWSTR,
pub hCATStore: HANDLE,
}
Expand description
Required features: "Win32_Security_Cryptography_Catalog"
, "Win32_Foundation"
Fields
cbStruct: u32
hFile: HANDLE
dwCurFilePos: u32
dwLastMemberOffset: u32
fEOF: BOOL
pwszResultDir: PWSTR
hCATStore: HANDLE
Trait Implementations
impl Clone for CRYPTCATCDF
impl Clone for CRYPTCATCDF
impl Copy for CRYPTCATCDF
Auto Trait Implementations
impl RefUnwindSafe for CRYPTCATCDF
impl !Send for CRYPTCATCDF
impl !Sync for CRYPTCATCDF
impl Unpin for CRYPTCATCDF
impl UnwindSafe for CRYPTCATCDF
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more