pub struct FamilyList { /* private fields */ }
Expand description
Ordered sequence of family names for font selection.
Implementations§
Source§impl FamilyList
impl FamilyList
Trait Implementations§
Source§impl Clone for FamilyList
impl Clone for FamilyList
Source§fn clone(&self) -> FamilyList
fn clone(&self) -> FamilyList
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 FamilyList
impl Debug for FamilyList
Source§impl Default for FamilyList
impl Default for FamilyList
Source§impl From<&str> for FamilyList
impl From<&str> for FamilyList
Source§impl PartialEq for FamilyList
impl PartialEq for FamilyList
impl Eq for FamilyList
Auto Trait Implementations§
impl Freeze for FamilyList
impl RefUnwindSafe for FamilyList
impl Send for FamilyList
impl Sync for FamilyList
impl Unpin for FamilyList
impl UnwindSafe for FamilyList
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