Struct owned_ttf_parser::trak::Track [−][src]
pub struct Track<'a> {
pub value: f32,
pub name_index: u16,
pub values: LazyArray16<'a, i16>,
}
Expand description
A single track.
Fields
value: f32
A track value.
name_index: u16
The name
table index for the track’s name.
values: LazyArray16<'a, i16>
A list of tracking values for each size.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Track<'a>
impl<'a> UnwindSafe for Track<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more