pub trait GPCDetailsTraitConst {
    fn as_raw_GPCDetails(&self) -> *const c_void;
}

Required Methods

Implementors