Struct oxygengine_core::app::AppLifeCycle [−][src]
pub struct AppLifeCycle { pub running: bool, // some fields omitted }
Fields
running: bool
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AppLifeCycle
impl Send for AppLifeCycle
impl Sync for AppLifeCycle
impl Unpin for AppLifeCycle
impl !UnwindSafe for AppLifeCycle
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