Struct owned_ttf_parser::maxp::Table [−][src]
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 UnwindSafe for Table
Blanket Implementations
Mutably borrows from an owned value. Read more