Struct oxygengine_core::app::StandardAppTimer
source · [−]pub struct StandardAppTimer { /* private fields */ }
Trait Implementations
sourceimpl AppTimer for StandardAppTimer
impl AppTimer for StandardAppTimer
fn tick(&mut self)
fn now_since_start(&self) -> Duration
fn delta_time(&self) -> Duration
fn delta_time_seconds(&self) -> Scalar
Auto Trait Implementations
impl RefUnwindSafe for StandardAppTimer
impl Send for StandardAppTimer
impl Sync for StandardAppTimer
impl Unpin for StandardAppTimer
impl UnwindSafe for StandardAppTimer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more