#[repr(C)]pub struct retro_core_option_value {
pub value: *const c_char,
pub label: *const c_char,
}
Fields§
§value: *const c_char
Expected option value
label: *const c_char
Human-readable value label. If NULL, value itself will be displayed by the frontend
Trait Implementations§
source§impl Clone for retro_core_option_value
impl Clone for retro_core_option_value
source§fn clone(&self) -> retro_core_option_value
fn clone(&self) -> retro_core_option_value
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more