Struct libretro_sys::MemoryMap[][src]

#[repr(C)]
pub struct MemoryMap { pub descriptors: *const MemoryDescriptor, pub num_descriptors: c_uint, }

Fields

Trait Implementations

impl Clone for MemoryMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MemoryMap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for MemoryMap

impl !Sync for MemoryMap