#[repr(u8)]pub enum Cmdh1Avgs {
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§
Trait Implementations§
Source§impl Ord for Cmdh1Avgs
impl Ord for Cmdh1Avgs
Source§impl PartialOrd for Cmdh1Avgs
impl PartialOrd for Cmdh1Avgs
impl Copy for Cmdh1Avgs
impl Eq for Cmdh1Avgs
impl StructuralPartialEq for Cmdh1Avgs
Auto Trait Implementations§
impl Freeze for Cmdh1Avgs
impl RefUnwindSafe for Cmdh1Avgs
impl Send for Cmdh1Avgs
impl Sync for Cmdh1Avgs
impl Unpin for Cmdh1Avgs
impl UnwindSafe for Cmdh1Avgs
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