pub struct HostMemory { /* private fields */ }Expand description
TensorRT-owned host buffer (as returned by Engine::serialize).
Implementations§
Trait Implementations§
Source§impl Debug for HostMemory
impl Debug for HostMemory
Source§impl Drop for HostMemory
impl Drop for HostMemory
Auto Trait Implementations§
impl Freeze for HostMemory
impl RefUnwindSafe for HostMemory
impl !Send for HostMemory
impl !Sync for HostMemory
impl Unpin for HostMemory
impl UnsafeUnpin for HostMemory
impl UnwindSafe for HostMemory
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