#[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_v2Pointer to a retro_core_options_v2 struct
US English implementation Must point to a valid struct
local: *mut retro_core_options_v2Pointer to a retro_core_options_v2 struct
- Implementation for current frontend language
- May be NULL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_core_options_v2_intl
impl !Send for retro_core_options_v2_intl
impl !Sync for retro_core_options_v2_intl
impl Unpin for retro_core_options_v2_intl
impl UnwindSafe for retro_core_options_v2_intl
Blanket Implementations
Mutably borrows from an owned value. Read more
