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