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