pub struct EntityId {
pub simulation_address: SimulationAddress,
pub entity_id: u16,
}Fields§
§simulation_address: SimulationAddress§entity_id: u16Implementations§
Trait Implementations§
source§impl PartialEq for EntityId
impl PartialEq for EntityId
impl Copy for EntityId
impl Eq for EntityId
impl StructuralEq for EntityId
impl StructuralPartialEq for EntityId
Auto Trait Implementations§
impl RefUnwindSafe for EntityId
impl Send for EntityId
impl Sync for EntityId
impl Unpin for EntityId
impl UnwindSafe for EntityId
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