#[repr(i8)]pub enum Language {
Japanese = 0,
English = 1,
French = 2,
German = 3,
Italian = 4,
Spanish = 5,
Korean = 7,
Dutch = 8,
Portuguese = 9,
Russian = 10,
SimplifiedChinese = 6,
TraditionalChinese = 11,
}Expand description
Language set for the console’s OS.
Variants§
Japanese = 0
Japanese.
English = 1
English.
French = 2
French.
German = 3
German.
Italian = 4
Italian.
Spanish = 5
Spanish.
Korean = 7
Korean.
Dutch = 8
Dutch.
Portuguese = 9
Portuguese.
Russian = 10
Russian.
SimplifiedChinese = 6
Simplified Chinese.
TraditionalChinese = 11
Traditional Chinese.
Trait Implementations§
impl Copy for Language
impl Eq for Language
impl StructuralPartialEq for Language
Auto Trait Implementations§
impl Freeze for Language
impl RefUnwindSafe for Language
impl Send for Language
impl Sync for Language
impl Unpin for Language
impl UnwindSafe for Language
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)