#[repr(u8)]pub enum Cmdh12Avgs {
AVGS_0 = 0,
AVGS_1 = 1,
AVGS_2 = 2,
AVGS_3 = 3,
AVGS_4 = 4,
AVGS_5 = 5,
AVGS_6 = 6,
AVGS_7 = 7,
}Variants§
AVGS_0 = 0
Single conversion.
AVGS_1 = 1
2 conversions averaged.
AVGS_2 = 2
4 conversions averaged.
AVGS_3 = 3
8 conversions averaged.
AVGS_4 = 4
16 conversions averaged.
AVGS_5 = 5
32 conversions averaged.
AVGS_6 = 6
64 conversions averaged.
AVGS_7 = 7
128 conversions averaged.
Implementations§
Source§impl Cmdh12Avgs
impl Cmdh12Avgs
Trait Implementations§
Source§impl Clone for Cmdh12Avgs
impl Clone for Cmdh12Avgs
Source§fn clone(&self) -> Cmdh12Avgs
fn clone(&self) -> Cmdh12Avgs
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 Cmdh12Avgs
impl Debug for Cmdh12Avgs
Source§impl From<Cmdh12Avgs> for u8
impl From<Cmdh12Avgs> for u8
Source§fn from(val: Cmdh12Avgs) -> u8
fn from(val: Cmdh12Avgs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdh12Avgs
impl From<u8> for Cmdh12Avgs
Source§fn from(val: u8) -> Cmdh12Avgs
fn from(val: u8) -> Cmdh12Avgs
Converts to this type from the input type.
Source§impl Ord for Cmdh12Avgs
impl Ord for Cmdh12Avgs
Source§fn cmp(&self, other: &Cmdh12Avgs) -> Ordering
fn cmp(&self, other: &Cmdh12Avgs) -> 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 Cmdh12Avgs
impl PartialEq for Cmdh12Avgs
Source§impl PartialOrd for Cmdh12Avgs
impl PartialOrd for Cmdh12Avgs
impl Copy for Cmdh12Avgs
impl Eq for Cmdh12Avgs
impl StructuralPartialEq for Cmdh12Avgs
Auto Trait Implementations§
impl Freeze for Cmdh12Avgs
impl RefUnwindSafe for Cmdh12Avgs
impl Send for Cmdh12Avgs
impl Sync for Cmdh12Avgs
impl Unpin for Cmdh12Avgs
impl UnwindSafe for Cmdh12Avgs
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