Struct ttf_parser::name::Table [−][src]
pub struct Table<'a> {
pub names: Names<'a>,
}
Expand description
A Naming Table.
Fields
names: Names<'a>
A list of names.
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