Struct ttf_parser::kerx::Table [−][src]
pub struct Table<'a> {
pub subtables: Subtables<'a>,
}
Expand description
Fields
subtables: Subtables<'a>
A list of subtables.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more