pub trait ReorgLayerTrait: LayerTrait + ReorgLayerTraitConst {
    fn as_raw_mut_ReorgLayer(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§