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