Struct libretro_sys::SystemInfo[][src]

#[repr(C)]
pub struct SystemInfo { 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

Trait Implementations

impl Clone for SystemInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SystemInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SystemInfo

impl !Sync for SystemInfo