#[repr(C)]pub struct SPC_SIGINFO {
pub dwSipVersion: DWORD,
pub gSIPGuid: GUID,
pub dwReserved1: DWORD,
pub dwReserved2: DWORD,
pub dwReserved3: DWORD,
pub dwReserved4: DWORD,
pub dwReserved5: DWORD,
}
Fields§
§dwSipVersion: DWORD
§gSIPGuid: GUID
§dwReserved1: DWORD
§dwReserved2: DWORD
§dwReserved3: DWORD
§dwReserved4: DWORD
§dwReserved5: DWORD
Trait Implementations§
Source§impl Clone for SPC_SIGINFO
impl Clone for SPC_SIGINFO
Source§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 moreSource§impl Default for SPC_SIGINFO
impl Default for SPC_SIGINFO
Source§fn default() -> SPC_SIGINFO
fn default() -> SPC_SIGINFO
Returns the “default value” for a type. Read more
impl Copy 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