#[repr(u8)]pub enum Sampleper {
Show 16 variants
_128US = 0,
_256US = 1,
_512US = 2,
_1024US = 3,
_2048US = 4,
_4096US = 5,
_8192US = 6,
_16384US = 7,
_32MS = 8,
_65MS = 9,
_131MS = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
_128US = 0
128 us
_256US = 1
256 us
_512US = 2
512 us
_1024US = 3
1024 us
_2048US = 4
2048 us
_4096US = 5
4096 us
_8192US = 6
8192 us
_16384US = 7
16384 us
_32MS = 8
32768 us
_65MS = 9
65536 us
_131MS = 10
131072 us
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Sampleper
impl Ord for Sampleper
Source§impl PartialOrd for Sampleper
impl PartialOrd for Sampleper
impl Copy for Sampleper
impl Eq for Sampleper
impl StructuralPartialEq for Sampleper
Auto Trait Implementations§
impl Freeze for Sampleper
impl RefUnwindSafe for Sampleper
impl Send for Sampleper
impl Sync for Sampleper
impl Unpin for Sampleper
impl UnwindSafe for Sampleper
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)