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