opencv::dnn

Trait ScaleLayerTraitConst

Source
pub trait ScaleLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_ScaleLayer(&self) -> *const c_void;

    // Provided methods
    fn has_bias(&self) -> bool { ... }
    fn axis(&self) -> i32 { ... }
    fn mode(&self) -> String { ... }
}
Expand description

Constant methods for crate::dnn::ScaleLayer

Required Methods§

Provided Methods§

Source

fn has_bias(&self) -> bool

Source

fn axis(&self) -> i32

Source

fn mode(&self) -> String

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§