pub struct FontFeatureSettings(pub BTreeMap<String, u32>);Tuple Fields§
§0: BTreeMap<String, u32>Implementations§
Trait Implementations§
Source§impl Clone for FontFeatureSettings
impl Clone for FontFeatureSettings
Source§fn clone(&self) -> FontFeatureSettings
fn clone(&self) -> FontFeatureSettings
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 FontFeatureSettings
impl Debug for FontFeatureSettings
Auto Trait Implementations§
impl Freeze for FontFeatureSettings
impl RefUnwindSafe for FontFeatureSettings
impl Send for FontFeatureSettings
impl Sync for FontFeatureSettings
impl Unpin for FontFeatureSettings
impl UnwindSafe for FontFeatureSettings
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