Struct windows_sys::UI::Xaml::FontEastAsianLanguage
[−]#[repr(transparent)]pub struct FontEastAsianLanguage(pub i32);
Expand description
Required features: "UI_Xaml"
Tuple Fields
0: i32
Implementations
impl FontEastAsianLanguage
impl FontEastAsianLanguage
pub const Normal: Self = Self(0i32)
pub const HojoKanji: Self = Self(1i32)
pub const Jis04: Self = Self(2i32)
pub const Jis78: Self = Self(3i32)
pub const Jis83: Self = Self(4i32)
pub const Jis90: Self = Self(5i32)
pub const NlcKanji: Self = Self(6i32)
pub const Simplified: Self = Self(7i32)
pub const Traditional: Self = Self(8i32)
pub const TraditionalNames: Self = Self(9i32)
Trait Implementations
impl Clone for FontEastAsianLanguage
impl Clone for FontEastAsianLanguage
impl Copy for FontEastAsianLanguage
Auto Trait Implementations
impl RefUnwindSafe for FontEastAsianLanguage
impl Send for FontEastAsianLanguage
impl Sync for FontEastAsianLanguage
impl Unpin for FontEastAsianLanguage
impl UnwindSafe for FontEastAsianLanguage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more