#[repr(u8)]pub enum Pfivl {
FRAME_INTERVAL_80 = 0,
FRAME_INTERVAL_85 = 1,
FRAME_INTERVAL_90 = 2,
FRAME_INTERVAL_95 = 3,
}
Variants§
FRAME_INTERVAL_80 = 0
80% of the frame interval
FRAME_INTERVAL_85 = 1
85% of the frame interval
FRAME_INTERVAL_90 = 2
90% of the frame interval
FRAME_INTERVAL_95 = 3
95% of the frame interval
Implementations§
Trait Implementations§
Source§impl Ord for Pfivl
impl Ord for Pfivl
Source§impl PartialOrd for Pfivl
impl PartialOrd for Pfivl
impl Copy for Pfivl
impl Eq for Pfivl
impl StructuralPartialEq for Pfivl
Auto Trait Implementations§
impl Freeze for Pfivl
impl RefUnwindSafe for Pfivl
impl Send for Pfivl
impl Sync for Pfivl
impl Unpin for Pfivl
impl UnwindSafe for Pfivl
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
)