Struct oxygengine_core::app::StandardAppTimer
source · pub struct StandardAppTimer { /* private fields */ }
Trait Implementations§
source§impl 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§
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more