#[repr(u8)]pub enum Cmdh11Avgs {
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 Cmdh11Avgs
impl Cmdh11Avgs
Trait Implementations§
Source§impl Clone for Cmdh11Avgs
impl Clone for Cmdh11Avgs
Source§fn clone(&self) -> Cmdh11Avgs
fn clone(&self) -> Cmdh11Avgs
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 Cmdh11Avgs
impl Debug for Cmdh11Avgs
Source§impl From<Cmdh11Avgs> for u8
impl From<Cmdh11Avgs> for u8
Source§fn from(val: Cmdh11Avgs) -> u8
fn from(val: Cmdh11Avgs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdh11Avgs
impl From<u8> for Cmdh11Avgs
Source§fn from(val: u8) -> Cmdh11Avgs
fn from(val: u8) -> Cmdh11Avgs
Converts to this type from the input type.
Source§impl Ord for Cmdh11Avgs
impl Ord for Cmdh11Avgs
Source§fn cmp(&self, other: &Cmdh11Avgs) -> Ordering
fn cmp(&self, other: &Cmdh11Avgs) -> 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 Cmdh11Avgs
impl PartialEq for Cmdh11Avgs
Source§impl PartialOrd for Cmdh11Avgs
impl PartialOrd for Cmdh11Avgs
impl Copy for Cmdh11Avgs
impl Eq for Cmdh11Avgs
impl StructuralPartialEq for Cmdh11Avgs
Auto Trait Implementations§
impl Freeze for Cmdh11Avgs
impl RefUnwindSafe for Cmdh11Avgs
impl Send for Cmdh11Avgs
impl Sync for Cmdh11Avgs
impl Unpin for Cmdh11Avgs
impl UnwindSafe for Cmdh11Avgs
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