Struct oxygengine_core::app::StandardAppTimer
source · [−]pub struct StandardAppTimer { /* private fields */ }
Trait Implementations
sourceimpl AppTimer for StandardAppTimer
impl AppTimer for StandardAppTimer
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more