pub enum PowerMetricDimensionSensorTarget {
Unknown = 0,
Mlb = 1,
Audio = 2,
}Variants§
Trait Implementations§
Source§impl AsEventCode for PowerMetricDimensionSensorTarget
impl AsEventCode for PowerMetricDimensionSensorTarget
fn as_event_code(&self) -> u32
Source§impl Clone for PowerMetricDimensionSensorTarget
impl Clone for PowerMetricDimensionSensorTarget
Source§fn clone(&self) -> PowerMetricDimensionSensorTarget
fn clone(&self) -> PowerMetricDimensionSensorTarget
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 Ord for PowerMetricDimensionSensorTarget
impl Ord for PowerMetricDimensionSensorTarget
Source§fn cmp(&self, other: &PowerMetricDimensionSensorTarget) -> Ordering
fn cmp(&self, other: &PowerMetricDimensionSensorTarget) -> 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 PowerMetricDimensionSensorTarget
impl PartialEq for PowerMetricDimensionSensorTarget
Source§fn eq(&self, other: &PowerMetricDimensionSensorTarget) -> bool
fn eq(&self, other: &PowerMetricDimensionSensorTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PowerMetricDimensionSensorTarget
impl PartialOrd for PowerMetricDimensionSensorTarget
impl Copy for PowerMetricDimensionSensorTarget
impl Eq for PowerMetricDimensionSensorTarget
impl StructuralPartialEq for PowerMetricDimensionSensorTarget
Auto Trait Implementations§
impl Freeze for PowerMetricDimensionSensorTarget
impl RefUnwindSafe for PowerMetricDimensionSensorTarget
impl Send for PowerMetricDimensionSensorTarget
impl Sync for PowerMetricDimensionSensorTarget
impl Unpin for PowerMetricDimensionSensorTarget
impl UnwindSafe for PowerMetricDimensionSensorTarget
Blanket Implementations§
Source§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere
A: AsEventCode,
Source§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32> of event codes.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