#[repr(u8)]pub enum Fps {
TwentyFour = 24,
TwentyFive = 25,
TwentyNine = 29,
Thirty = 30,
}
Expand description
There are only 4 valid fps, below
Variants§
Trait Implementations§
impl Copy for Fps
impl StructuralPartialEq for Fps
Auto Trait Implementations§
impl Freeze for Fps
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