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