Struct DEVPROP_OPERATOR
#[repr(transparent)]pub struct DEVPROP_OPERATOR(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl DEVPROP_OPERATOR
impl DEVPROP_OPERATOR
Trait Implementations§
§impl BitAnd for DEVPROP_OPERATOR
impl BitAnd for DEVPROP_OPERATOR
§impl BitAndAssign for DEVPROP_OPERATOR
impl BitAndAssign for DEVPROP_OPERATOR
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DEVPROP_OPERATOR
impl BitOr for DEVPROP_OPERATOR
§impl BitOrAssign for DEVPROP_OPERATOR
impl BitOrAssign for DEVPROP_OPERATOR
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DEVPROP_OPERATOR
impl Clone for DEVPROP_OPERATOR
§fn clone(&self) -> DEVPROP_OPERATOR
fn clone(&self) -> DEVPROP_OPERATOR
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 DEVPROP_OPERATOR
impl Debug for DEVPROP_OPERATOR
§impl Default for DEVPROP_OPERATOR
impl Default for DEVPROP_OPERATOR
§fn default() -> DEVPROP_OPERATOR
fn default() -> DEVPROP_OPERATOR
Returns the “default value” for a type. Read more
§impl Not for DEVPROP_OPERATOR
impl Not for DEVPROP_OPERATOR
§impl PartialEq for DEVPROP_OPERATOR
impl PartialEq for DEVPROP_OPERATOR
impl Copy for DEVPROP_OPERATOR
impl Eq for DEVPROP_OPERATOR
impl StructuralPartialEq for DEVPROP_OPERATOR
Auto Trait Implementations§
impl Freeze for DEVPROP_OPERATOR
impl RefUnwindSafe for DEVPROP_OPERATOR
impl Send for DEVPROP_OPERATOR
impl Sync for DEVPROP_OPERATOR
impl Unpin for DEVPROP_OPERATOR
impl UnwindSafe for DEVPROP_OPERATOR
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