pub struct FontV1 {
pub id: CharacterId,
pub glyphs: Vec<Vec<ShapeRecord>>,
}
Fields§
§id: CharacterId
§glyphs: Vec<Vec<ShapeRecord>>
Trait Implementations§
impl Eq for FontV1
impl StructuralPartialEq for FontV1
Auto Trait Implementations§
impl Freeze for FontV1
impl RefUnwindSafe for FontV1
impl Send for FontV1
impl Sync for FontV1
impl Unpin for FontV1
impl UnwindSafe for FontV1
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