Type Alias vaal_sys::NNContext

source ·
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

source§

fn clone(&self) -> nn_context

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for nn_context

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for nn_context