Struct deepviewrt_sys::nn_engine
source · #[repr(C)]pub struct nn_engine { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for nn_engine
impl Send for nn_engine
impl Sync for nn_engine
impl Unpin for nn_engine
impl UnwindSafe for nn_engine
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