Struct libretro_rs::sys::retro_game_info [−][src]
#[repr(C)]pub struct retro_game_info {
pub path: *const c_char,
pub data: *const c_void,
pub size: size_t,
pub meta: *const c_char,
}Fields
path: *const c_chardata: *const c_voidsize: size_tmeta: *const c_charTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for retro_game_info
impl !Send for retro_game_info
impl !Sync for retro_game_info
impl Unpin for retro_game_info
impl UnwindSafe for retro_game_info
Blanket Implementations
Mutably borrows from an owned value. Read more