Struct windows_sys::UI::Text::FontStretch
[−]#[repr(transparent)]pub struct FontStretch(pub i32);
Expand description
Required features: ‘UI_Text’
Tuple Fields
0: i32
Implementations
impl FontStretch
impl FontStretch
pub const Undefined: Self
pub const UltraCondensed: Self
pub const ExtraCondensed: Self
pub const Condensed: Self
pub const SemiCondensed: Self
pub const Normal: Self
pub const SemiExpanded: Self
pub const Expanded: Self
pub const ExtraExpanded: Self
pub const UltraExpanded: Self
Trait Implementations
impl Clone for FontStretch
impl Clone for FontStretch
impl Copy for FontStretch
Auto Trait Implementations
impl RefUnwindSafe for FontStretch
impl Send for FontStretch
impl Sync for FontStretch
impl Unpin for FontStretch
impl UnwindSafe for FontStretch
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