Struct windows_sys::Win32::Security::WinTrust::WINTRUST_SGNR_INFO
[−]#[repr(C)]pub struct WINTRUST_SGNR_INFO {
pub cbStruct: u32,
pub pcwszDisplayName: PCWSTR,
pub psSignerInfo: *mut CMSG_SIGNER_INFO,
pub chStores: u32,
pub pahStores: *mut HCERTSTORE,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
cbStruct: u32
pcwszDisplayName: PCWSTR
psSignerInfo: *mut CMSG_SIGNER_INFO
chStores: u32
pahStores: *mut HCERTSTORE
Trait Implementations
impl Clone for WINTRUST_SGNR_INFO
impl Clone for WINTRUST_SGNR_INFO
impl Copy for WINTRUST_SGNR_INFO
Auto Trait Implementations
impl RefUnwindSafe for WINTRUST_SGNR_INFO
impl !Send for WINTRUST_SGNR_INFO
impl !Sync for WINTRUST_SGNR_INFO
impl Unpin for WINTRUST_SGNR_INFO
impl UnwindSafe for WINTRUST_SGNR_INFO
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