pub trait PlatformInfoTrait: PlatformInfoTraitConst {
    fn as_raw_mut_PlatformInfo(&mut self) -> *mut c_void;
}

Required Methods

Implementors