Struct libretro_sys::MemoryDescriptor[][src]

#[repr(C)]
pub struct MemoryDescriptor { pub flags: u64, pub ptr: *mut c_void, pub offset: size_t, pub start: size_t, pub select: size_t, pub disconnect: size_t, pub len: size_t, pub addrspace: *const c_char, }

Fields

Trait Implementations

impl Clone for MemoryDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MemoryDescriptor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations