Struct oxygengine_core::app::StandardAppTimer [−][src]
pub struct StandardAppTimer { /* fields omitted */ }
Trait Implementations
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
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more
Tries to create the default.
Calls try_default
and panics on an error case.