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