pub enum StatsFrameResolution {
EveryFrame,
TimeStep {
seconds: f32,
},
}Variants§
Trait Implementations§
Source§impl Clone for StatsFrameResolution
impl Clone for StatsFrameResolution
Source§fn clone(&self) -> StatsFrameResolution
fn clone(&self) -> StatsFrameResolution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StatsFrameResolution
impl Debug for StatsFrameResolution
Source§impl Default for StatsFrameResolution
impl Default for StatsFrameResolution
Source§fn default() -> StatsFrameResolution
fn default() -> StatsFrameResolution
Returns the “default value” for a type. Read more
Source§impl PartialEq for StatsFrameResolution
impl PartialEq for StatsFrameResolution
impl Copy for StatsFrameResolution
impl StructuralPartialEq for StatsFrameResolution
Auto Trait Implementations§
impl Freeze for StatsFrameResolution
impl RefUnwindSafe for StatsFrameResolution
impl Send for StatsFrameResolution
impl Sync for StatsFrameResolution
impl Unpin for StatsFrameResolution
impl UnsafeUnpin for StatsFrameResolution
impl UnwindSafe for StatsFrameResolution
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