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