Struct oxygengine_core::hierarchy::ComponentContainer [−][src]
pub struct ComponentContainer<'a, C> where
C: Component, { /* fields omitted */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, C> !RefUnwindSafe for ComponentContainer<'a, C>impl<'a, C> !Send for ComponentContainer<'a, C>impl<'a, C> !Sync for ComponentContainer<'a, C>impl<'a, C> Unpin for ComponentContainer<'a, C> where
C: Unpin, impl<'a, C> !UnwindSafe for ComponentContainer<'a, C>Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more