pub struct TractTensor { /* private fields */ }Trait Implementations§
Source§impl Clone for TractTensor
impl Clone for TractTensor
Source§fn clone(&self) -> TractTensor
fn clone(&self) -> TractTensor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TractTensor
impl Debug for TractTensor
impl Copy for TractTensor
Auto Trait Implementations§
impl Freeze for TractTensor
impl RefUnwindSafe for TractTensor
impl Send for TractTensor
impl Sync for TractTensor
impl Unpin for TractTensor
impl UnsafeUnpin for TractTensor
impl UnwindSafe for TractTensor
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