Struct windows_sys::Win32::Security::Cryptography::SIGNER_FILE_INFO
#[repr(C)]pub struct SIGNER_FILE_INFO {
pub cbSize: u32,
pub pwszFileName: PCWSTR,
pub hFile: HANDLE,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§pwszFileName: PCWSTR§hFile: HANDLETrait Implementations§
§impl Clone for SIGNER_FILE_INFO
impl Clone for SIGNER_FILE_INFO
impl Copy for SIGNER_FILE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_FILE_INFO
impl !Send for SIGNER_FILE_INFO
impl !Sync for SIGNER_FILE_INFO
impl Unpin for SIGNER_FILE_INFO
impl UnwindSafe for SIGNER_FILE_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