#[repr(C)]pub struct retro_core_options_v2_intl {
pub us: *mut retro_core_options_v2,
pub local: *mut retro_core_options_v2,
}
Fields§
§us: *mut retro_core_options_v2
Pointer to a retro_core_options_v2 struct
US English implementation Must point to a valid struct
local: *mut retro_core_options_v2
Pointer to a retro_core_options_v2 struct
- Implementation for current frontend language
- May be NULL
Trait Implementations§
source§impl Clone for retro_core_options_v2_intl
impl Clone for retro_core_options_v2_intl
source§fn clone(&self) -> retro_core_options_v2_intl
fn clone(&self) -> retro_core_options_v2_intl
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