Struct libretro_sys::SubsystemRomInfo[][src]

#[repr(C)]
pub struct SubsystemRomInfo { pub desc: *const c_char, pub valid_extensions: *const c_char, pub need_fullpath: bool, pub block_extract: bool, pub required: bool, pub memory: *const SubsystemMemoryInfo, pub num_memory: c_uint, }

Fields

Trait Implementations

impl Clone for SubsystemRomInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubsystemRomInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations