pub struct FamilyId(/* private fields */);
Expand description
Identifier for a font family in a library.
Trait Implementations§
impl Copy for FamilyId
impl Eq for FamilyId
impl StructuralPartialEq for FamilyId
Auto Trait Implementations§
impl Freeze for FamilyId
impl RefUnwindSafe for FamilyId
impl Send for FamilyId
impl Sync for FamilyId
impl Unpin for FamilyId
impl UnwindSafe for FamilyId
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