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