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