Struct libretro_rs::sys::retro_system_info [−][src]
#[repr(C)]pub struct retro_system_info {
pub library_name: *const c_char,
pub library_version: *const c_char,
pub valid_extensions: *const c_char,
pub need_fullpath: bool,
pub block_extract: bool,
}Fields
library_name: *const c_charlibrary_version: *const c_charvalid_extensions: *const c_charneed_fullpath: boolblock_extract: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_system_info
impl !Send for retro_system_info
impl !Sync for retro_system_info
impl Unpin for retro_system_info
impl UnwindSafe for retro_system_info
Blanket Implementations
Mutably borrows from an owned value. Read more