#[repr(u8)]
pub enum SAMPLENUM_A {
    _1,
    _2,
    _4,
    _8,
    _16,
    _32,
    _64,
    _128,
    _256,
    _512,
    _1024,
}Expand description
Number of Samples to be Collected
Value on reset: 0
Variants
_1
0: 1 sample
_2
1: 2 samples
_4
2: 4 samples
_8
3: 8 samples
_16
4: 16 samples
_32
5: 32 samples
_64
6: 64 samples
_128
7: 128 samples
_256
8: 256 samples
_512
9: 512 samples
_1024
10: 1024 samples
Trait Implementations
sourceimpl Clone for SAMPLENUM_A
 
impl Clone for SAMPLENUM_A
sourcefn clone(&self) -> SAMPLENUM_A
 
fn clone(&self) -> SAMPLENUM_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for SAMPLENUM_A
 
impl Debug for SAMPLENUM_A
sourceimpl From<SAMPLENUM_A> for u8
 
impl From<SAMPLENUM_A> for u8
sourcefn from(variant: SAMPLENUM_A) -> Self
 
fn from(variant: SAMPLENUM_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SAMPLENUM_A> for SAMPLENUM_A
 
impl PartialEq<SAMPLENUM_A> for SAMPLENUM_A
sourcefn eq(&self, other: &SAMPLENUM_A) -> bool
 
fn eq(&self, other: &SAMPLENUM_A) -> bool
impl Copy for SAMPLENUM_A
impl StructuralPartialEq for SAMPLENUM_A
Auto Trait Implementations
impl RefUnwindSafe for SAMPLENUM_A
impl Send for SAMPLENUM_A
impl Sync for SAMPLENUM_A
impl Unpin for SAMPLENUM_A
impl UnwindSafe for SAMPLENUM_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more