Trait opencv::prelude::EltwiseLayerInt8Trait
source · pub trait EltwiseLayerInt8Trait: EltwiseLayerInt8TraitConst + LayerTrait {
// Required method
fn as_raw_mut_EltwiseLayerInt8(&mut self) -> *mut c_void;
}
Expand description
Mutable methods for crate::dnn::EltwiseLayerInt8
Required Methods§
fn as_raw_mut_EltwiseLayerInt8(&mut self) -> *mut c_void
Object Safety§
This trait is not object safe.