Struct libretro_rs::sys::retro_core_option_value [−][src]
#[repr(C)]pub struct retro_core_option_value {
pub value: *const c_char,
pub label: *const c_char,
}Fields
value: *const c_charlabel: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_core_option_value
impl !Send for retro_core_option_value
impl !Sync for retro_core_option_value
impl Unpin for retro_core_option_value
impl UnwindSafe for retro_core_option_value
Blanket Implementations
Mutably borrows from an owned value. Read more