Struct ttf_parser::avar::Table [−][src]
pub struct Table<'a> {
pub segment_maps: SegmentMaps<'a>,
}
Expand description
Fields
segment_maps: SegmentMaps<'a>
The segment maps array — one segment map for each axis
in the order of axes specified in the fvar
table.
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