pub trait GPCPatchDescriptorTrait: GPCPatchDescriptorTraitConst {
    fn as_raw_mut_GPCPatchDescriptor(&mut self) -> *mut c_void;

    fn set_feature(&mut self, val: VecN<f64, 18>) { ... }
    fn mark_as_separated(&mut self) -> Result<()> { ... }
}

Required Methods

Provided Methods

Implementors