pub enum FontStretch {
normal,
ultra_condensed,
extra_condensed,
condensed,
semi_condensed,
semi_expanded,
expanded,
extra_expanded,
ultra_expanded,
}Variants§
normal
ultra_condensed
extra_condensed
condensed
semi_condensed
semi_expanded
expanded
extra_expanded
ultra_expanded
Trait Implementations§
Source§impl Clone for FontStretch
impl Clone for FontStretch
Source§fn clone(&self) -> FontStretch
fn clone(&self) -> FontStretch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FontStretch
impl Debug for FontStretch
Source§impl Hash for FontStretch
impl Hash for FontStretch
Source§impl Ord for FontStretch
impl Ord for FontStretch
Source§fn cmp(&self, other: &FontStretch) -> Ordering
fn cmp(&self, other: &FontStretch) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FontStretch
impl PartialEq for FontStretch
Source§impl PartialOrd for FontStretch
impl PartialOrd for FontStretch
Source§impl ToCss for FontStretch
impl ToCss for FontStretch
impl Copy for FontStretch
impl Eq for FontStretch
impl StructuralPartialEq for FontStretch
Auto Trait Implementations§
impl Freeze for FontStretch
impl RefUnwindSafe for FontStretch
impl Send for FontStretch
impl Sync for FontStretch
impl Unpin for FontStretch
impl UnwindSafe for FontStretch
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