Struct compiled_nn::CompiledNN
source · [−]pub struct CompiledNN { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Default for CompiledNN
impl Default for CompiledNN
Auto Trait Implementations
impl RefUnwindSafe for CompiledNN
impl !Send for CompiledNN
impl !Sync for CompiledNN
impl Unpin for CompiledNN
impl UnwindSafe for CompiledNN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more