pub struct EntityListHead<E: IEntityAllocatable>(pub Option<PtrID<E>>, pub Option<PtrID<E>>);Tuple Fields§
§0: Option<PtrID<E>>§1: Option<PtrID<E>>Implementations§
Trait Implementations§
Source§impl<E: IEntityAllocatable> Clone for EntityListHead<E>
impl<E: IEntityAllocatable> Clone for EntityListHead<E>
impl<E: IEntityAllocatable> Copy for EntityListHead<E>
Auto Trait Implementations§
impl<E> Freeze for EntityListHead<E>
impl<E> RefUnwindSafe for EntityListHead<E>where
E: RefUnwindSafe,
impl<E> Send for EntityListHead<E>where
E: Send,
impl<E> Sync for EntityListHead<E>where
E: Sync,
impl<E> Unpin for EntityListHead<E>
impl<E> UnwindSafe for EntityListHead<E>where
E: RefUnwindSafe,
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