pub struct EntityLocation {
pub archetype_id: ArchetypeId,
pub row: u32,
}Expand description
Where an entity lives inside archetype storage.
Fields§
§archetype_id: ArchetypeId§row: u32Trait Implementations§
Source§impl Clone for EntityLocation
impl Clone for EntityLocation
impl Copy for EntityLocation
Source§impl Debug for EntityLocation
impl Debug for EntityLocation
impl Eq for EntityLocation
Source§impl PartialEq for EntityLocation
impl PartialEq for EntityLocation
impl StructuralPartialEq for EntityLocation
Auto Trait Implementations§
impl Freeze for EntityLocation
impl RefUnwindSafe for EntityLocation
impl Send for EntityLocation
impl Sync for EntityLocation
impl Unpin for EntityLocation
impl UnsafeUnpin for EntityLocation
impl UnwindSafe for EntityLocation
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