pub trait GArrayDescTrait: GArrayDescTraitConst {
    fn as_raw_mut_GArrayDesc(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§