Enum domrs::CssFontGenericFamily
source · pub enum CssFontGenericFamily {
Show 13 variants
Serif,
SansSerif,
Monospace,
Cursive,
Fantasy,
SystemUi,
UiSerif,
UiSansSerif,
UiMonospace,
UiRounded,
Emoji,
Math,
FangSong,
}
Variants§
Serif
SansSerif
Monospace
Cursive
Fantasy
SystemUi
UiSerif
UiSansSerif
UiMonospace
UiRounded
Emoji
Math
FangSong
Trait Implementations§
source§impl Clone for CssFontGenericFamily
impl Clone for CssFontGenericFamily
source§fn clone(&self) -> CssFontGenericFamily
fn clone(&self) -> CssFontGenericFamily
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 CssFontGenericFamily
impl Debug for CssFontGenericFamily
Auto Trait Implementations§
impl RefUnwindSafe for CssFontGenericFamily
impl Send for CssFontGenericFamily
impl Sync for CssFontGenericFamily
impl Unpin for CssFontGenericFamily
impl UnwindSafe for CssFontGenericFamily
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