pub enum DefaultFontFamily {
Serif,
SansSerif,
Monospace,
Cursive,
Fantasy,
SystemUi,
}
Variants§
Trait Implementations§
Source§impl Clone for DefaultFontFamily
impl Clone for DefaultFontFamily
Source§fn clone(&self) -> DefaultFontFamily
fn clone(&self) -> DefaultFontFamily
Returns a copy 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 DefaultFontFamily
impl Debug for DefaultFontFamily
Source§impl Default for DefaultFontFamily
impl Default for DefaultFontFamily
Source§fn default() -> DefaultFontFamily
fn default() -> DefaultFontFamily
Returns the “default value” for a type. Read more
Source§impl Display for DefaultFontFamily
impl Display for DefaultFontFamily
Source§impl Ord for DefaultFontFamily
impl Ord for DefaultFontFamily
Source§fn cmp(&self, other: &DefaultFontFamily) -> Ordering
fn cmp(&self, other: &DefaultFontFamily) -> 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 DefaultFontFamily
impl PartialEq for DefaultFontFamily
Source§impl PartialOrd for DefaultFontFamily
impl PartialOrd for DefaultFontFamily
impl Copy for DefaultFontFamily
impl Eq for DefaultFontFamily
impl StructuralPartialEq for DefaultFontFamily
Auto Trait Implementations§
impl Freeze for DefaultFontFamily
impl RefUnwindSafe for DefaultFontFamily
impl Send for DefaultFontFamily
impl Sync for DefaultFontFamily
impl Unpin for DefaultFontFamily
impl UnwindSafe for DefaultFontFamily
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