pub enum FramesPerSecond {
Unknown,
TwentyFour,
TwentyFive,
Thirty,
}
Variants§
Trait Implementations§
Source§impl Clone for FramesPerSecond
impl Clone for FramesPerSecond
Source§fn clone(&self) -> FramesPerSecond
fn clone(&self) -> FramesPerSecond
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FramesPerSecond
impl Debug for FramesPerSecond
Source§impl PartialEq for FramesPerSecond
impl PartialEq for FramesPerSecond
impl Eq for FramesPerSecond
impl StructuralPartialEq for FramesPerSecond
Auto Trait Implementations§
impl Freeze for FramesPerSecond
impl RefUnwindSafe for FramesPerSecond
impl Send for FramesPerSecond
impl Sync for FramesPerSecond
impl Unpin for FramesPerSecond
impl UnwindSafe for FramesPerSecond
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