struct FontId {
cvt: TableId,
fpgm: TableId,
prep: TableId,
}
Fields§
§cvt: TableId
§fpgm: TableId
§prep: TableId
Implementations§
Trait Implementations§
impl Copy for FontId
impl StructuralPartialEq for FontId
Auto Trait Implementations§
impl Freeze for FontId
impl RefUnwindSafe for FontId
impl Send for FontId
impl Sync for FontId
impl Unpin for FontId
impl UnwindSafe for FontId
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