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