#[repr(C)]pub struct retro_core_option_value {
pub value: *const c_char,
pub label: *const c_char,
}Fields
value: *const c_charExpected option value
label: *const c_charHuman-readable value label. If NULL, value itself will be displayed by the frontend
Trait 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
