pub type NNContext = nn_context;Expand description
@struct NNContext
DeepViewRT Context. Refer to the DeepviewRT User Manual for details.
Aliased Type§
struct NNContext { /* private fields */ }Trait Implementations§
source§impl Clone for nn_context
impl Clone for nn_context
source§fn clone(&self) -> nn_context
fn clone(&self) -> nn_context
Returns a copy 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 more