pub trait PlatformTrait: PlatformTraitConst {
    fn as_raw_mut_Platform(&mut self) -> *mut c_void;
}

Required Methods

Implementors