pub struct FontScheme { /* private fields */ }Implementations§
Source§impl FontScheme
impl FontScheme
pub fn get_val(&self) -> &FontSchemeValues
pub fn set_val(&mut self, value: FontSchemeValues) -> &mut Self
Trait Implementations§
Source§impl Clone for FontScheme
impl Clone for FontScheme
Source§fn clone(&self) -> FontScheme
fn clone(&self) -> FontScheme
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 FontScheme
impl Debug for FontScheme
Source§impl Default for FontScheme
impl Default for FontScheme
Source§fn default() -> FontScheme
fn default() -> FontScheme
Returns the “default value” for a type. Read more
Source§impl Ord for FontScheme
impl Ord for FontScheme
Source§fn cmp(&self, other: &FontScheme) -> Ordering
fn cmp(&self, other: &FontScheme) -> 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 FontScheme
impl PartialEq for FontScheme
Source§impl PartialOrd for FontScheme
impl PartialOrd for FontScheme
impl Eq for FontScheme
impl StructuralPartialEq for FontScheme
Auto Trait Implementations§
impl Freeze for FontScheme
impl RefUnwindSafe for FontScheme
impl Send for FontScheme
impl Sync for FontScheme
impl Unpin for FontScheme
impl UnwindSafe for FontScheme
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.