pub struct EntityHandle { /* private fields */ }Expand description
Dense, generation-checked handle for station-local entity storage.
Implementations§
Trait Implementations§
Source§impl Clone for EntityHandle
impl Clone for EntityHandle
Source§fn clone(&self) -> EntityHandle
fn clone(&self) -> EntityHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EntityHandle
Source§impl Debug for EntityHandle
impl Debug for EntityHandle
impl Eq for EntityHandle
Source§impl Hash for EntityHandle
impl Hash for EntityHandle
Source§impl Ord for EntityHandle
impl Ord for EntityHandle
Source§fn cmp(&self, other: &EntityHandle) -> Ordering
fn cmp(&self, other: &EntityHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EntityHandle
impl PartialEq for EntityHandle
Source§impl PartialOrd for EntityHandle
impl PartialOrd for EntityHandle
impl StructuralPartialEq for EntityHandle
Auto Trait Implementations§
impl Freeze for EntityHandle
impl RefUnwindSafe for EntityHandle
impl Send for EntityHandle
impl Sync for EntityHandle
impl Unpin for EntityHandle
impl UnsafeUnpin for EntityHandle
impl UnwindSafe for EntityHandle
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