#[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_Security_WinTrust", "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: isize

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.