#[repr(u8)]pub enum Cmdh1Avgs {
Show 16 variants
NO_AVERAGE = 0,
AVERAGE_2 = 1,
AVERAGE_4 = 2,
AVERAGE_8 = 3,
AVERAGE_16 = 4,
AVERAGE_32 = 5,
AVERAGE_64 = 6,
AVERAGE_128 = 7,
AVERAGE_256 = 8,
AVERAGE_512 = 9,
AVERAGE_1024 = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
NO_AVERAGE = 0
Single conversion
AVERAGE_2 = 1
2
AVERAGE_4 = 2
4
AVERAGE_8 = 3
8
AVERAGE_16 = 4
16
AVERAGE_32 = 5
32
AVERAGE_64 = 6
64
AVERAGE_128 = 7
128
AVERAGE_256 = 8
256
AVERAGE_512 = 9
512
AVERAGE_1024 = 10
1024
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
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