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
pub const HojoKanji: Self
pub const Jis04: Self
pub const Jis78: Self
pub const Jis83: Self
pub const Jis90: Self
pub const NlcKanji: Self
pub const Simplified: Self
pub const Traditional: Self
pub const TraditionalNames: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more