pub struct SpatialActor {
pub id: EnemyIdx,
pub transform: SpatialTransform,
}Expand description
Dynamic actor point consumed by an index implementation.
Fields§
§id: EnemyIdx§transform: SpatialTransformTrait Implementations§
Source§impl Clone for SpatialActor
impl Clone for SpatialActor
Source§fn clone(&self) -> SpatialActor
fn clone(&self) -> SpatialActor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpatialActor
impl Debug for SpatialActor
Source§impl PartialEq for SpatialActor
impl PartialEq for SpatialActor
impl Copy for SpatialActor
impl StructuralPartialEq for SpatialActor
Auto Trait Implementations§
impl Freeze for SpatialActor
impl RefUnwindSafe for SpatialActor
impl Send for SpatialActor
impl Sync for SpatialActor
impl Unpin for SpatialActor
impl UnsafeUnpin for SpatialActor
impl UnwindSafe for SpatialActor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more