enum FontKindRepr {
Sfnt(FontTables, u32),
Type1(Type1Font),
}Expand description
The underlying type of a font.
Variants§
Sfnt(FontTables, u32)
Type1(Type1Font)
Auto Trait Implementations§
impl Freeze for FontKindRepr
impl !RefUnwindSafe for FontKindRepr
impl Send for FontKindRepr
impl Sync for FontKindRepr
impl Unpin for FontKindRepr
impl UnsafeUnpin for FontKindRepr
impl !UnwindSafe for FontKindRepr
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