#[repr(C)]pub struct retro_subsystem_memory_info {
pub extension: *const c_char,
pub type_: c_uint,
}
Fields§
§extension: *const c_char
The extension associated with a memory type, e.g. “psram”.
type_: c_uint
The memory type for retro_get_memory(). This should be at least 0x100 to avoid conflict with standardized libretro memory types.
Trait Implementations§
source§impl Clone for retro_subsystem_memory_info
impl Clone for retro_subsystem_memory_info
source§fn clone(&self) -> retro_subsystem_memory_info
fn clone(&self) -> retro_subsystem_memory_info
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