pub struct PhysicsDeltaTime(pub f32);Expand description
Fixed timestep for the current physics step.
Tuple Fields§
§0: f32Trait Implementations§
Source§impl Clone for PhysicsDeltaTime
impl Clone for PhysicsDeltaTime
Source§fn clone(&self) -> PhysicsDeltaTime
fn clone(&self) -> PhysicsDeltaTime
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 PhysicsDeltaTime
impl Debug for PhysicsDeltaTime
impl Copy for PhysicsDeltaTime
Auto Trait Implementations§
impl Freeze for PhysicsDeltaTime
impl RefUnwindSafe for PhysicsDeltaTime
impl Send for PhysicsDeltaTime
impl Sync for PhysicsDeltaTime
impl Unpin for PhysicsDeltaTime
impl UnwindSafe for PhysicsDeltaTime
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