pub enum FontSynthesis {
None,
All,
Weight,
Style,
}Variants§
Trait Implementations§
Source§impl Clone for FontSynthesis
impl Clone for FontSynthesis
Source§fn clone(&self) -> FontSynthesis
fn clone(&self) -> FontSynthesis
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 FontSynthesis
impl Debug for FontSynthesis
Source§impl Default for FontSynthesis
impl Default for FontSynthesis
Source§fn default() -> FontSynthesis
fn default() -> FontSynthesis
Returns the “default value” for a type. Read more
Source§impl Hash for FontSynthesis
impl Hash for FontSynthesis
Source§impl PartialEq for FontSynthesis
impl PartialEq for FontSynthesis
impl Copy for FontSynthesis
impl Eq for FontSynthesis
impl StructuralPartialEq for FontSynthesis
Auto Trait Implementations§
impl Freeze for FontSynthesis
impl RefUnwindSafe for FontSynthesis
impl Send for FontSynthesis
impl Sync for FontSynthesis
impl Unpin for FontSynthesis
impl UnwindSafe for FontSynthesis
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.