Struct oxygengine_core::ecs::commands::EntityRemoveComponent
source · [−]Fields
entity: Entity
Implementations
Trait Implementations
sourceimpl<C> UniverseCommand for EntityRemoveComponent<C>where
C: Component,
impl<C> UniverseCommand for EntityRemoveComponent<C>where
C: Component,
Auto Trait Implementations
impl<C> !RefUnwindSafe for EntityRemoveComponent<C>
impl<C> Send for EntityRemoveComponent<C>
impl<C> Sync for EntityRemoveComponent<C>
impl<C> Unpin for EntityRemoveComponent<C>
impl<C> !UnwindSafe for EntityRemoveComponent<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