pub enum FPS {
Sixty,
}Expand description
How many frames do you want per second
Variants§
Sixty
60 fps
Implementations§
source§impl FPS
impl FPS
pub fn non_zero_usize(self) -> NonZeroUsize
Trait Implementations§
impl Copy for FPS
Auto Trait Implementations§
impl RefUnwindSafe for FPS
impl Send for FPS
impl Sync for FPS
impl Unpin for FPS
impl UnwindSafe for FPS
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