pub struct FramesPerSecond;Expand description
Frame per second
Frame rate in frames per second.
Trait Implementations§
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