pub struct CPUNDAlloc {}
Expand description
Example CPU NDAllocator This allocator allocates data on the CPU
Trait Implementations§
Source§impl NDAllocator for CPUNDAlloc
impl NDAllocator for CPUNDAlloc
Auto Trait Implementations§
impl Freeze for CPUNDAlloc
impl RefUnwindSafe for CPUNDAlloc
impl Send for CPUNDAlloc
impl Sync for CPUNDAlloc
impl Unpin for CPUNDAlloc
impl UnwindSafe for CPUNDAlloc
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