Struct CM_DEVCAP
#[repr(transparent)]pub struct CM_DEVCAP(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for CM_DEVCAP
impl BitAndAssign for CM_DEVCAP
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for CM_DEVCAP
impl BitOrAssign for CM_DEVCAP
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for CM_DEVCAP
impl Eq for CM_DEVCAP
impl StructuralPartialEq for CM_DEVCAP
Auto Trait Implementations§
impl Freeze for CM_DEVCAP
impl RefUnwindSafe for CM_DEVCAP
impl Send for CM_DEVCAP
impl Sync for CM_DEVCAP
impl Unpin for CM_DEVCAP
impl UnwindSafe for CM_DEVCAP
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