pub struct EntityListRangeDebug<'a, I: IBasicEntityListID> {
pub alloc: &'a IDBoundAlloc<I>,
pub range: EntityListRange<I>,
}Expand description
Debug view for an entity list range.
Fields§
§alloc: &'a IDBoundAlloc<I>Allocator reference.
range: EntityListRange<I>Range to debug.
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for EntityListRangeDebug<'a, I>where
I: Freeze,
impl<'a, I> !RefUnwindSafe for EntityListRangeDebug<'a, I>
impl<'a, I> !Send for EntityListRangeDebug<'a, I>
impl<'a, I> !Sync for EntityListRangeDebug<'a, I>
impl<'a, I> Unpin for EntityListRangeDebug<'a, I>where
I: Unpin,
impl<'a, I> UnsafeUnpin for EntityListRangeDebug<'a, I>where
I: UnsafeUnpin,
impl<'a, I> !UnwindSafe for EntityListRangeDebug<'a, I>
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