pub struct FontFeatureSetting(pub String, pub u32);Tuple Fields§
§0: String§1: u32Trait Implementations§
Source§impl Clone for FontFeatureSetting
impl Clone for FontFeatureSetting
Source§fn clone(&self) -> FontFeatureSetting
fn clone(&self) -> FontFeatureSetting
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 FontFeatureSetting
impl Debug for FontFeatureSetting
Source§impl Hash for FontFeatureSetting
impl Hash for FontFeatureSetting
Source§impl Ord for FontFeatureSetting
impl Ord for FontFeatureSetting
Source§fn cmp(&self, other: &FontFeatureSetting) -> Ordering
fn cmp(&self, other: &FontFeatureSetting) -> 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 FontFeatureSetting
impl PartialEq for FontFeatureSetting
Source§impl PartialOrd for FontFeatureSetting
impl PartialOrd for FontFeatureSetting
impl Eq for FontFeatureSetting
impl StructuralPartialEq for FontFeatureSetting
Auto Trait Implementations§
impl Freeze for FontFeatureSetting
impl RefUnwindSafe for FontFeatureSetting
impl Send for FontFeatureSetting
impl Sync for FontFeatureSetting
impl Unpin for FontFeatureSetting
impl UnwindSafe for FontFeatureSetting
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