pub struct EntityAllocator { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for EntityAllocator
impl Debug for EntityAllocator
Source§impl Default for EntityAllocator
impl Default for EntityAllocator
Source§fn default() -> EntityAllocator
fn default() -> EntityAllocator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntityAllocator
impl RefUnwindSafe for EntityAllocator
impl Send for EntityAllocator
impl Sync for EntityAllocator
impl Unpin for EntityAllocator
impl UnwindSafe for EntityAllocator
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