Enum rtf_parser::FontFamily
source · pub enum FontFamily {
Nil,
Roman,
Swiss,
Modern,
Script,
Decor,
Tech,
Bidi,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for FontFamily
impl Clone for FontFamily
source§fn clone(&self) -> FontFamily
fn clone(&self) -> FontFamily
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 FontFamily
impl Debug for FontFamily
source§impl Default for FontFamily
impl Default for FontFamily
source§fn default() -> FontFamily
fn default() -> FontFamily
Returns the “default value” for a type. Read more
source§impl Hash for FontFamily
impl Hash for FontFamily
source§impl PartialEq for FontFamily
impl PartialEq for FontFamily
source§fn eq(&self, other: &FontFamily) -> bool
fn eq(&self, other: &FontFamily) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FontFamily
Auto Trait Implementations§
impl RefUnwindSafe for FontFamily
impl Send for FontFamily
impl Sync for FontFamily
impl Unpin for FontFamily
impl UnwindSafe for FontFamily
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