#[repr(u8)]pub enum Reportper {
Show 16 variants
_10SMPL = 0,
_40SMPL = 1,
_80SMPL = 2,
_120SMPL = 3,
_160SMPL = 4,
_200SMPL = 5,
_240SMPL = 6,
_280SMPL = 7,
_1SMPL = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
_10SMPL = 0
10 samples/report
_40SMPL = 1
40 samples/report
_80SMPL = 2
80 samples/report
_120SMPL = 3
120 samples/report
_160SMPL = 4
160 samples/report
_200SMPL = 5
200 samples/report
_240SMPL = 6
240 samples/report
_280SMPL = 7
280 samples/report
_1SMPL = 8
1 sample/report
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
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
)