Struct oxygengine_core::ecs::commands::EntityAddComponent
source · [−]pub struct EntityAddComponent<C>where
C: Component + Send + Sync,{
pub entity: Entity,
/* private fields */
}
Fields
entity: Entity
Implementations
Trait Implementations
sourceimpl<C> UniverseCommand for EntityAddComponent<C>where
C: Component + Send + Sync + 'static,
impl<C> UniverseCommand for EntityAddComponent<C>where
C: Component + Send + Sync + 'static,
Auto Trait Implementations
impl<C> !RefUnwindSafe for EntityAddComponent<C>
impl<C> Send for EntityAddComponent<C>
impl<C> Sync for EntityAddComponent<C>
impl<C> Unpin for EntityAddComponent<C>where
C: Unpin,
impl<C> !UnwindSafe for EntityAddComponent<C>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more