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 = Self(0i32)
pub const UltraCondensed: Self = Self(1i32)
pub const ExtraCondensed: Self = Self(2i32)
pub const Condensed: Self = Self(3i32)
pub const SemiCondensed: Self = Self(4i32)
pub const Normal: Self = Self(5i32)
pub const SemiExpanded: Self = Self(6i32)
pub const Expanded: Self = Self(7i32)
pub const ExtraExpanded: Self = Self(8i32)
pub const UltraExpanded: Self = Self(9i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more