pub struct PerformanceCounterDescriptionFlagsARM(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for PerformanceCounterDescriptionFlagsARM
impl BitAndAssign for PerformanceCounterDescriptionFlagsARM
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for PerformanceCounterDescriptionFlagsARM
impl BitOrAssign for PerformanceCounterDescriptionFlagsARM
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for PerformanceCounterDescriptionFlagsARM
impl BitXorAssign for PerformanceCounterDescriptionFlagsARM
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PerformanceCounterDescriptionFlagsARM
impl Clone for PerformanceCounterDescriptionFlagsARM
Source§fn clone(&self) -> PerformanceCounterDescriptionFlagsARM
fn clone(&self) -> PerformanceCounterDescriptionFlagsARM
Returns a duplicate 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 moreSource§impl Debug for PerformanceCounterDescriptionFlagsARM
Available on crate feature debug only.
impl Debug for PerformanceCounterDescriptionFlagsARM
Available on crate feature
debug only.Source§impl Ord for PerformanceCounterDescriptionFlagsARM
impl Ord for PerformanceCounterDescriptionFlagsARM
Source§fn cmp(&self, other: &PerformanceCounterDescriptionFlagsARM) -> Ordering
fn cmp(&self, other: &PerformanceCounterDescriptionFlagsARM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PerformanceCounterDescriptionFlagsARM
impl PartialEq for PerformanceCounterDescriptionFlagsARM
Source§fn eq(&self, other: &PerformanceCounterDescriptionFlagsARM) -> bool
fn eq(&self, other: &PerformanceCounterDescriptionFlagsARM) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PerformanceCounterDescriptionFlagsARM
impl PartialOrd for PerformanceCounterDescriptionFlagsARM
impl Copy for PerformanceCounterDescriptionFlagsARM
impl Eq for PerformanceCounterDescriptionFlagsARM
impl StructuralPartialEq for PerformanceCounterDescriptionFlagsARM
Auto Trait Implementations§
impl Freeze for PerformanceCounterDescriptionFlagsARM
impl RefUnwindSafe for PerformanceCounterDescriptionFlagsARM
impl Send for PerformanceCounterDescriptionFlagsARM
impl Sync for PerformanceCounterDescriptionFlagsARM
impl Unpin for PerformanceCounterDescriptionFlagsARM
impl UnwindSafe for PerformanceCounterDescriptionFlagsARM
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