Trait opencv::dnn::prelude::MatMulLayerTraitConst
source · pub trait MatMulLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_MatMulLayer(&self) -> *const c_void;
}Expand description
Constant methods for crate::dnn::MatMulLayer
Required Methods§
fn as_raw_MatMulLayer(&self) -> *const c_void
Object Safety§
This trait is not object safe.