pub struct TickTimer { /* private fields */ }Expand description
A timer for controlling engine update frequency
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickTimer
impl RefUnwindSafe for TickTimer
impl Send for TickTimer
impl Sync for TickTimer
impl Unpin for TickTimer
impl UnsafeUnpin for TickTimer
impl UnwindSafe for TickTimer
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