pub trait ConstLayerTrait: ConstLayerTraitConst + LayerTrait {
    fn as_raw_mut_ConstLayer(&mut self) -> *mut c_void;
}

Required Methods

Implementors