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