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