Struct windows_sys::UI::Xaml::FontFraction
[−]#[repr(transparent)]pub struct FontFraction(pub i32);
Expand description
Required features: ‘UI_Xaml’
Tuple Fields
0: i32
Implementations
impl FontFraction
impl FontFraction
Trait Implementations
impl Clone for FontFraction
impl Clone for FontFraction
impl Copy for FontFraction
Auto Trait Implementations
impl RefUnwindSafe for FontFraction
impl Send for FontFraction
impl Sync for FontFraction
impl Unpin for FontFraction
impl UnwindSafe for FontFraction
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