Struct apollo_hyper_libretro_sys::SubsystemInfo
source · #[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§
§desc: *const c_char§ident: *const c_char§roms: *const SubsystemRomInfo§num_roms: c_uint§id: c_uintTrait Implementations§
source§impl Clone for SubsystemInfo
impl Clone for SubsystemInfo
source§fn clone(&self) -> SubsystemInfo
fn clone(&self) -> SubsystemInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more