pub struct CpuAllocator;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuAllocator
impl RefUnwindSafe for CpuAllocator
impl Send for CpuAllocator
impl Sync for CpuAllocator
impl Unpin for CpuAllocator
impl UnwindSafe for CpuAllocator
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