pub enum FontFamilyGeneric {
Decorative,
Modern,
Roman,
Script,
Swiss,
System,
}Expand description
19.484 style:font-family-generic
The style:font-family-generic attribute specifies a generic font family name.
The defined values for the style:font-family-generic attribute are:
- decorative: the family of decorative fonts.
- modern: the family of modern fonts.
- roman: the family roman fonts (with serifs).
- script: the family of script fonts.
- swiss: the family roman fonts (without serifs).
- system: the family system fonts.
Variants§
Trait Implementations§
Source§impl Clone for FontFamilyGeneric
impl Clone for FontFamilyGeneric
Source§fn clone(&self) -> FontFamilyGeneric
fn clone(&self) -> FontFamilyGeneric
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 FontFamilyGeneric
impl Debug for FontFamilyGeneric
Source§impl Display for FontFamilyGeneric
impl Display for FontFamilyGeneric
Source§impl PartialEq for FontFamilyGeneric
impl PartialEq for FontFamilyGeneric
impl Copy for FontFamilyGeneric
impl Eq for FontFamilyGeneric
impl StructuralPartialEq for FontFamilyGeneric
Auto Trait Implementations§
impl Freeze for FontFamilyGeneric
impl RefUnwindSafe for FontFamilyGeneric
impl Send for FontFamilyGeneric
impl Sync for FontFamilyGeneric
impl Unpin for FontFamilyGeneric
impl UnsafeUnpin for FontFamilyGeneric
impl UnwindSafe for FontFamilyGeneric
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.