Struct windows::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,
}
Fields§
§dwSipVersion: u32
§gSIPGuid: GUID
§dwReserved1: u32
§dwReserved2: u32
§dwReserved3: u32
§dwReserved4: u32
§dwReserved5: u32
Trait Implementations§
§impl Clone for SPC_SIGINFO
impl Clone for SPC_SIGINFO
§fn clone(&self) -> SPC_SIGINFO
fn clone(&self) -> SPC_SIGINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SPC_SIGINFO
impl Debug for SPC_SIGINFO
§impl PartialEq for SPC_SIGINFO
impl PartialEq for SPC_SIGINFO
§fn eq(&self, other: &SPC_SIGINFO) -> bool
fn eq(&self, other: &SPC_SIGINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SPC_SIGINFO
impl Eq for SPC_SIGINFO
impl StructuralPartialEq for SPC_SIGINFO
Auto Trait Implementations§
impl Freeze for SPC_SIGINFO
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)