Struct oxygengine_backend_web::app::WebAppTimer
source · [−]pub struct WebAppTimer { /* private fields */ }
Trait Implementations
sourceimpl AppTimer for WebAppTimer
impl AppTimer for WebAppTimer
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 WebAppTimer
impl Send for WebAppTimer
impl Sync for WebAppTimer
impl Unpin for WebAppTimer
impl UnwindSafe for WebAppTimer
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