pub struct TfLiteInterpreter { /* private fields */ }Trait Implementations§
Source§impl Clone for TfLiteInterpreter
impl Clone for TfLiteInterpreter
Source§fn clone(&self) -> TfLiteInterpreter
fn clone(&self) -> TfLiteInterpreter
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 TfLiteInterpreter
impl Debug for TfLiteInterpreter
impl Copy for TfLiteInterpreter
Auto Trait Implementations§
impl Freeze for TfLiteInterpreter
impl RefUnwindSafe for TfLiteInterpreter
impl Send for TfLiteInterpreter
impl Sync for TfLiteInterpreter
impl Unpin for TfLiteInterpreter
impl UnsafeUnpin for TfLiteInterpreter
impl UnwindSafe for TfLiteInterpreter
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