Struct libretro_sys::SubsystemMemoryInfo[][src]

#[repr(C)]
pub struct SubsystemMemoryInfo { pub extension: *const c_char, pub kind: c_uint, }

Fields

Trait Implementations

impl Clone for SubsystemMemoryInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubsystemMemoryInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations