#[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