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