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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more