#[repr(C)]pub struct retro_core_options_intl {
pub us: *mut retro_core_option_definition,
pub local: *mut retro_core_option_definition,
}Fields
us: *mut retro_core_option_definitionPointer to an array of retro_core_option_definition structs
- US English implementation
- Must point to a valid array
local: *mut retro_core_option_definitionPointer to an array of retro_core_option_definition structs
- Implementation for current frontend language
- May be NULL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_core_options_intl
impl !Send for retro_core_options_intl
impl !Sync for retro_core_options_intl
impl Unpin for retro_core_options_intl
impl UnwindSafe for retro_core_options_intl
Blanket Implementations
Mutably borrows from an owned value. Read more
