pub enum FpsOpt {
Auto,
Cap(u32),
}Expand description
Frame-rate cap.
Variants§
Trait Implementations§
impl Copy for FpsOpt
impl Eq for FpsOpt
impl StructuralPartialEq for FpsOpt
Auto Trait Implementations§
impl Freeze for FpsOpt
impl RefUnwindSafe for FpsOpt
impl Send for FpsOpt
impl Sync for FpsOpt
impl Unpin for FpsOpt
impl UnsafeUnpin for FpsOpt
impl UnwindSafe for FpsOpt
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