pub struct IHostMemory { /* private fields */ }Auto Trait Implementations§
impl Freeze for IHostMemory
impl RefUnwindSafe for IHostMemory
impl Send for IHostMemory
impl Sync for IHostMemory
impl Unpin for IHostMemory
impl UnsafeUnpin for IHostMemory
impl UnwindSafe for IHostMemory
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