#[repr(C)]pub enum FcStretch {
UltraCondensed = 1,
ExtraCondensed = 2,
Condensed = 3,
SemiCondensed = 4,
Normal = 5,
SemiExpanded = 6,
Expanded = 7,
ExtraExpanded = 8,
UltraExpanded = 9,
}Expand description
CSS font-stretch values
Variants§
UltraCondensed = 1
ExtraCondensed = 2
Condensed = 3
SemiCondensed = 4
Normal = 5
SemiExpanded = 6
Expanded = 7
ExtraExpanded = 8
UltraExpanded = 9
Implementations§
Trait Implementations§
Source§impl Ord for FcStretch
impl Ord for FcStretch
Source§impl PartialOrd for FcStretch
impl PartialOrd for FcStretch
impl Copy for FcStretch
impl Eq for FcStretch
impl StructuralPartialEq for FcStretch
Auto Trait Implementations§
impl Freeze for FcStretch
impl RefUnwindSafe for FcStretch
impl Send for FcStretch
impl Sync for FcStretch
impl Unpin for FcStretch
impl UnsafeUnpin for FcStretch
impl UnwindSafe for FcStretch
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more