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