Struct oxygengine_core::ecs::components::Events [−][src]
Fields
auto_clear: bool
Implementations
Trait Implementations
fn from_proxy_with_extras(
proxy: EventsPrefabProxy<T>,
_: &HashMap<String, Entity>,
_: StateToken
) -> Result<Self, PrefabError>
Auto Trait Implementations
impl<T> RefUnwindSafe for Events<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Events<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more