#[repr(u8)]pub enum RrSampleCnt {
Show 16 variants
SAMPLE_0 = 0,
SAMPLE_1 = 1,
SAMPLE_2 = 2,
SAMPLE_3 = 3,
SAMPLE_4 = 4,
SAMPLE_5 = 5,
SAMPLE_6 = 6,
SAMPLE_7 = 7,
SAMPLE_8 = 8,
SAMPLE_9 = 9,
SAMPLE_10 = 10,
SAMPLE_11 = 11,
SAMPLE_12 = 12,
SAMPLE_13 = 13,
SAMPLE_14 = 14,
SAMPLE_15 = 15,
}Variants§
SAMPLE_0 = 0
1 samples
SAMPLE_1 = 1
2 samples
SAMPLE_2 = 2
3 samples
SAMPLE_3 = 3
4 samples
SAMPLE_4 = 4
5 samples
SAMPLE_5 = 5
6 samples
SAMPLE_6 = 6
7 samples
SAMPLE_7 = 7
8 samples
SAMPLE_8 = 8
9 samples
SAMPLE_9 = 9
10 samples
SAMPLE_10 = 10
11 samples
SAMPLE_11 = 11
12 samples
SAMPLE_12 = 12
13 samples
SAMPLE_13 = 13
14 samples
SAMPLE_14 = 14
15 samples
SAMPLE_15 = 15
16 samples
Implementations§
Source§impl RrSampleCnt
impl RrSampleCnt
Trait Implementations§
Source§impl Clone for RrSampleCnt
impl Clone for RrSampleCnt
Source§fn clone(&self) -> RrSampleCnt
fn clone(&self) -> RrSampleCnt
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 RrSampleCnt
impl Debug for RrSampleCnt
Source§impl From<RrSampleCnt> for u8
impl From<RrSampleCnt> for u8
Source§fn from(val: RrSampleCnt) -> u8
fn from(val: RrSampleCnt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RrSampleCnt
impl From<u8> for RrSampleCnt
Source§fn from(val: u8) -> RrSampleCnt
fn from(val: u8) -> RrSampleCnt
Converts to this type from the input type.
Source§impl Ord for RrSampleCnt
impl Ord for RrSampleCnt
Source§fn cmp(&self, other: &RrSampleCnt) -> Ordering
fn cmp(&self, other: &RrSampleCnt) -> 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 RrSampleCnt
impl PartialEq for RrSampleCnt
Source§impl PartialOrd for RrSampleCnt
impl PartialOrd for RrSampleCnt
impl Copy for RrSampleCnt
impl Eq for RrSampleCnt
impl StructuralPartialEq for RrSampleCnt
Auto Trait Implementations§
impl Freeze for RrSampleCnt
impl RefUnwindSafe for RrSampleCnt
impl Send for RrSampleCnt
impl Sync for RrSampleCnt
impl Unpin for RrSampleCnt
impl UnwindSafe for RrSampleCnt
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