Struct windows_sys::Win32::Security::WinTrust::WINTRUST_CATALOG_INFO
#[repr(C)]pub struct WINTRUST_CATALOG_INFO {
pub cbStruct: u32,
pub dwCatalogVersion: u32,
pub pcwszCatalogFilePath: PCWSTR,
pub pcwszMemberTag: PCWSTR,
pub pcwszMemberFilePath: PCWSTR,
pub hMemberFile: HANDLE,
pub pbCalculatedFileHash: *mut u8,
pub cbCalculatedFileHash: u32,
pub pcCatalogContext: *mut CTL_CONTEXT,
pub hCatAdmin: isize,
}Expand description
Required features: "Win32_Foundation", "Win32_Security_Cryptography"
Fields§
§cbStruct: u32§dwCatalogVersion: u32§pcwszCatalogFilePath: PCWSTR§pcwszMemberTag: PCWSTR§pcwszMemberFilePath: PCWSTR§hMemberFile: HANDLE§pbCalculatedFileHash: *mut u8§cbCalculatedFileHash: u32§pcCatalogContext: *mut CTL_CONTEXT§hCatAdmin: isizeTrait Implementations§
§impl Clone for WINTRUST_CATALOG_INFO
impl Clone for WINTRUST_CATALOG_INFO
impl Copy for WINTRUST_CATALOG_INFO
Auto Trait Implementations§
impl RefUnwindSafe for WINTRUST_CATALOG_INFO
impl !Send for WINTRUST_CATALOG_INFO
impl !Sync for WINTRUST_CATALOG_INFO
impl Unpin for WINTRUST_CATALOG_INFO
impl UnwindSafe for WINTRUST_CATALOG_INFO
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