#[repr(i32)]pub enum HostLanguage {
English = 1,
German = 2,
French = 3,
Italian = 4,
Spanish = 5,
Japanese = 6,
}Expand description
Language that the host is using.
Variants§
Auto Trait Implementations§
impl Freeze for HostLanguage
impl RefUnwindSafe for HostLanguage
impl Send for HostLanguage
impl Sync for HostLanguage
impl Unpin for HostLanguage
impl UnwindSafe for HostLanguage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more