Struct windows_sys::UI::Xaml::FontNumeralAlignment
[−]#[repr(transparent)]pub struct FontNumeralAlignment(pub i32);
Expand description
Required features: "UI_Xaml"
Tuple Fields
0: i32
Implementations
impl FontNumeralAlignment
impl FontNumeralAlignment
pub const Normal: Self = Self(0i32)
pub const Proportional: Self = Self(1i32)
pub const Tabular: Self = Self(2i32)
Trait Implementations
impl Clone for FontNumeralAlignment
impl Clone for FontNumeralAlignment
impl Copy for FontNumeralAlignment
Auto Trait Implementations
impl RefUnwindSafe for FontNumeralAlignment
impl Send for FontNumeralAlignment
impl Sync for FontNumeralAlignment
impl Unpin for FontNumeralAlignment
impl UnwindSafe for FontNumeralAlignment
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