Struct ttf_parser::maxp::Table
source · [−]pub struct Table {
pub number_of_glyphs: NonZeroU16,
}
Expand description
Fields
number_of_glyphs: NonZeroU16
The total number of glyphs in the face.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more