Struct libretro_sys::SubsystemInfo[][src]

#[repr(C)]
pub struct SubsystemInfo { pub desc: *const c_char, pub ident: *const c_char, pub roms: *const SubsystemRomInfo, pub num_roms: c_uint, pub id: c_uint, }

Fields

Trait Implementations

impl Clone for SubsystemInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubsystemInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SubsystemInfo

impl !Sync for SubsystemInfo