Struct libretro_sys::GameInfo[][src]

#[repr(C)]
pub struct GameInfo { pub path: *const c_char, pub data: *const c_void, pub size: size_t, pub meta: *const c_char, }

Fields

Trait Implementations

impl Clone for GameInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GameInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GameInfo

impl !Sync for GameInfo