#[repr(C)]pub struct SIP_CAP_SET_V3_u(/* private fields */);
Implementations§
Source§impl SIP_CAP_SET_V3_u
impl SIP_CAP_SET_V3_u
pub unsafe fn dwFlags(&self) -> &DWORD
pub unsafe fn dwFlags_mut(&mut self) -> &mut DWORD
pub unsafe fn dwReserved(&self) -> &DWORD
pub unsafe fn dwReserved_mut(&mut self) -> &mut DWORD
Trait Implementations§
Source§impl Clone for SIP_CAP_SET_V3_u
impl Clone for SIP_CAP_SET_V3_u
Source§fn clone(&self) -> SIP_CAP_SET_V3_u
fn clone(&self) -> SIP_CAP_SET_V3_u
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 SIP_CAP_SET_V3_u
impl Default for SIP_CAP_SET_V3_u
Source§fn default() -> SIP_CAP_SET_V3_u
fn default() -> SIP_CAP_SET_V3_u
Returns the “default value” for a type. Read more
impl Copy for SIP_CAP_SET_V3_u
Auto Trait Implementations§
impl Freeze for SIP_CAP_SET_V3_u
impl RefUnwindSafe for SIP_CAP_SET_V3_u
impl Send for SIP_CAP_SET_V3_u
impl Sync for SIP_CAP_SET_V3_u
impl Unpin for SIP_CAP_SET_V3_u
impl UnwindSafe for SIP_CAP_SET_V3_u
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