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