pub trait GPCDetailsTrait: GPCDetailsTraitConst {
    fn as_raw_mut_GPCDetails(&mut self) -> *mut c_void;
}

Required Methods

Implementors