Struct ttf_parser::trak::Table [−][src]
Expand description
Fields
horizontal: TrackData<'a>
Horizontal track data.
vertical: TrackData<'a>
Vertical track data.
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