Trait opencv::hub_prelude::ConstLayerTraitConst

source ·
pub trait ConstLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_ConstLayer(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::ConstLayer

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§