Struct oxygengine_core::ecs::commands::DespawnEntity
source · [−]pub struct DespawnEntity(pub Entity);
Tuple Fields
0: Entity
Trait Implementations
sourceimpl UniverseCommand for DespawnEntity
impl UniverseCommand for DespawnEntity
Auto Trait Implementations
impl RefUnwindSafe for DespawnEntity
impl Send for DespawnEntity
impl Sync for DespawnEntity
impl Unpin for DespawnEntity
impl UnwindSafe for DespawnEntity
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