pub enum LimitFPS {
Limit(f32),
NoLimit,
}Variants§
Trait Implementations§
impl StructuralPartialEq for LimitFPS
Auto Trait Implementations§
impl Freeze for LimitFPS
impl RefUnwindSafe for LimitFPS
impl Send for LimitFPS
impl Sync for LimitFPS
impl Unpin for LimitFPS
impl UnwindSafe for LimitFPS
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