#[repr(u8)]pub enum Sampleper {
_128US = 0,
_256US = 1,
_512US = 2,
_1024US = 3,
_2048US = 4,
_4096US = 5,
_8192US = 6,
_16384US = 7,
}
Variants§
_128US = 0
128us sample period.
_256US = 1
256us sample period.
_512US = 2
512us sample period.
_1024US = 3
1024us sample period.
_2048US = 4
2048us sample period.
_4096US = 5
4096us sample period.
_8192US = 6
8192us sample period.
_16384US = 7
16384us sample period.
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
)