#[repr(u8)]pub enum Perfrint {
EOPF80 = 0,
EOPF85 = 1,
EOPF90 = 2,
EOPF95 = 3,
}Variants§
EOPF80 = 0
80 percent of the (micro)Frame interval
EOPF85 = 1
85 percent of the (micro)Frame interval
EOPF90 = 2
90 percent of the (micro)Frame interval
EOPF95 = 3
95 percent of the (micro)Frame interval
Implementations§
Trait Implementations§
Source§impl Ord for Perfrint
impl Ord for Perfrint
Source§impl PartialOrd for Perfrint
impl PartialOrd for Perfrint
impl Copy for Perfrint
impl Eq for Perfrint
impl StructuralPartialEq for Perfrint
Auto Trait Implementations§
impl Freeze for Perfrint
impl RefUnwindSafe for Perfrint
impl Send for Perfrint
impl Sync for Perfrint
impl Unpin for Perfrint
impl UnwindSafe for Perfrint
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)