pub struct HostBuffer(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Drop for HostBuffer
impl Drop for HostBuffer
impl Send for HostBuffer
Implements Send
for HostBuffer
.
§Safety
The TensorRT API is thread-safe with regards to all operations on HostBuffer
.
impl Sync for HostBuffer
Implements Sync
for HostBuffer
.
§Safety
The TensorRT API is thread-safe with regards to all operations on HostBuffer
.
Auto Trait Implementations§
impl Freeze for HostBuffer
impl RefUnwindSafe for HostBuffer
impl Unpin for HostBuffer
impl UnwindSafe for HostBuffer
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