pub trait ProposalLayerTrait: LayerTrait + ProposalLayerTraitConst {
    fn as_raw_mut_ProposalLayer(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::dnn::ProposalLayer

Required Methods§

Implementors§