Struct apollo_hyper_libretro_sys::SystemAvInfo
source · #[repr(C)]pub struct SystemAvInfo {
pub geometry: GameGeometry,
pub timing: SystemTiming,
}Fields§
§geometry: GameGeometry§timing: SystemTimingTrait Implementations§
source§impl Clone for SystemAvInfo
impl Clone for SystemAvInfo
source§fn clone(&self) -> SystemAvInfo
fn clone(&self) -> SystemAvInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more