pub trait CropLayerTrait: CropLayerTraitConst + LayerTrait {
    fn as_raw_mut_CropLayer(&mut self) -> *mut c_void;
}

Required Methods

Implementors