Struct windows_sys::Win32::Security::WinTrust::SPC_SIGINFO
[−]#[repr(C)]pub struct SPC_SIGINFO {
pub dwSipVersion: u32,
pub gSIPGuid: GUID,
pub dwReserved1: u32,
pub dwReserved2: u32,
pub dwReserved3: u32,
pub dwReserved4: u32,
pub dwReserved5: u32,
}Expand description
Required features: "Win32_Security_WinTrust"
Fields
dwSipVersion: u32gSIPGuid: GUIDdwReserved1: u32dwReserved2: u32dwReserved3: u32dwReserved4: u32dwReserved5: u32Trait Implementations
impl Clone for SPC_SIGINFO
impl Clone for SPC_SIGINFO
impl Copy for SPC_SIGINFO
Auto Trait Implementations
impl RefUnwindSafe for SPC_SIGINFO
impl Send for SPC_SIGINFO
impl Sync for SPC_SIGINFO
impl Unpin for SPC_SIGINFO
impl UnwindSafe for SPC_SIGINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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