Struct KSEVENT_PINCAPS_CHANGENOTIFICATIONS
#[repr(transparent)]pub struct KSEVENT_PINCAPS_CHANGENOTIFICATIONS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl Clone for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
§fn clone(&self) -> KSEVENT_PINCAPS_CHANGENOTIFICATIONS
fn clone(&self) -> KSEVENT_PINCAPS_CHANGENOTIFICATIONS
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 Default for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl Default for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
§fn default() -> KSEVENT_PINCAPS_CHANGENOTIFICATIONS
fn default() -> KSEVENT_PINCAPS_CHANGENOTIFICATIONS
Returns the “default value” for a type. Read more
§impl PartialEq for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl PartialEq for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
§fn eq(&self, other: &KSEVENT_PINCAPS_CHANGENOTIFICATIONS) -> bool
fn eq(&self, other: &KSEVENT_PINCAPS_CHANGENOTIFICATIONS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl Eq for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl StructuralPartialEq for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
Auto Trait Implementations§
impl Freeze for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl RefUnwindSafe for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl Send for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl Sync for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl Unpin for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
impl UnwindSafe for KSEVENT_PINCAPS_CHANGENOTIFICATIONS
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