Struct rust_libretro_sys::retro_system_av_info
source · #[repr(C)]pub struct retro_system_av_info {
pub geometry: retro_game_geometry,
pub timing: retro_system_timing,
}
Fields§
§geometry: retro_game_geometry
§timing: retro_system_timing
Trait Implementations§
source§impl Clone for retro_system_av_info
impl Clone for retro_system_av_info
source§fn clone(&self) -> retro_system_av_info
fn clone(&self) -> retro_system_av_info
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