pub struct EntitySlot(pub usize);Expand description
Declaration-order entity slot within one extracted component.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for EntitySlot
impl Clone for EntitySlot
Source§fn clone(&self) -> EntitySlot
fn clone(&self) -> EntitySlot
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 EntitySlot
impl Debug for EntitySlot
Source§impl Hash for EntitySlot
impl Hash for EntitySlot
Source§impl PartialEq for EntitySlot
impl PartialEq for EntitySlot
impl Copy for EntitySlot
impl Eq for EntitySlot
impl StructuralPartialEq for EntitySlot
Auto Trait Implementations§
impl Freeze for EntitySlot
impl RefUnwindSafe for EntitySlot
impl Send for EntitySlot
impl Sync for EntitySlot
impl Unpin for EntitySlot
impl UnsafeUnpin for EntitySlot
impl UnwindSafe for EntitySlot
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