pub struct HostAllocator;Expand description
An allocator for Host-side buffers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostAllocator
impl RefUnwindSafe for HostAllocator
impl Send for HostAllocator
impl Sync for HostAllocator
impl Unpin for HostAllocator
impl UnsafeUnpin for HostAllocator
impl UnwindSafe for HostAllocator
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