Struct SIP_CAP_SET_V2
#[repr(C)]pub struct SIP_CAP_SET_V2 {
pub cbSize: u32,
pub dwVersion: u32,
pub isMultiSign: BOOL,
pub dwReserved: u32,
}
Fields§
§cbSize: u32
§dwVersion: u32
§isMultiSign: BOOL
§dwReserved: u32
Trait Implementations§
§impl Clone for SIP_CAP_SET_V2
impl Clone for SIP_CAP_SET_V2
§fn clone(&self) -> SIP_CAP_SET_V2
fn clone(&self) -> SIP_CAP_SET_V2
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 SIP_CAP_SET_V2
impl Debug for SIP_CAP_SET_V2
§impl Default for SIP_CAP_SET_V2
impl Default for SIP_CAP_SET_V2
§impl PartialEq for SIP_CAP_SET_V2
impl PartialEq for SIP_CAP_SET_V2
impl Copy for SIP_CAP_SET_V2
impl StructuralPartialEq for SIP_CAP_SET_V2
Auto Trait Implementations§
impl Freeze for SIP_CAP_SET_V2
impl RefUnwindSafe for SIP_CAP_SET_V2
impl Send for SIP_CAP_SET_V2
impl Sync for SIP_CAP_SET_V2
impl Unpin for SIP_CAP_SET_V2
impl UnwindSafe for SIP_CAP_SET_V2
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