#[repr(u8)]pub enum Reportper {
_10SMPL = 0,
_40SMPL = 1,
_80SMPL = 2,
_120SMPL = 3,
_160SMPL = 4,
_200SMPL = 5,
_240SMPL = 6,
_280SMPL = 7,
}
Variants§
_10SMPL = 0
10 samples per report.
_40SMPL = 1
40 samples per report.
_80SMPL = 2
80 samples per report.
_120SMPL = 3
120 samples per report.
_160SMPL = 4
160 samples per report.
_200SMPL = 5
200 samples per report.
_240SMPL = 6
240 samples per report.
_280SMPL = 7
280 samples per report.
Implementations§
Trait Implementations§
Source§impl Ord for Reportper
impl Ord for Reportper
Source§impl PartialOrd for Reportper
impl PartialOrd for Reportper
impl Copy for Reportper
impl Eq for Reportper
impl StructuralPartialEq for Reportper
Auto Trait Implementations§
impl Freeze for Reportper
impl RefUnwindSafe for Reportper
impl Send for Reportper
impl Sync for Reportper
impl Unpin for Reportper
impl UnwindSafe for Reportper
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
)