Struct libretro_rs::sys::retro_game_geometry [−][src]
#[repr(C)]pub struct retro_game_geometry {
pub base_width: c_uint,
pub base_height: c_uint,
pub max_width: c_uint,
pub max_height: c_uint,
pub aspect_ratio: f32,
}Fields
base_width: c_uintbase_height: c_uintmax_width: c_uintmax_height: c_uintaspect_ratio: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_game_geometry
impl Send for retro_game_geometry
impl Sync for retro_game_geometry
impl Unpin for retro_game_geometry
impl UnwindSafe for retro_game_geometry
Blanket Implementations
Mutably borrows from an owned value. Read more