pub type TrackData<'a> = TableRef<'a, TrackDataMarker>;
Expand description
The tracking data table.
Aliased Type§
pub struct TrackData<'a> { /* private fields */ }
Implementations§
Source§impl<'a> TrackData<'a>
impl<'a> TrackData<'a>
Sourcepub fn size_table_offset(&self) -> u32
pub fn size_table_offset(&self) -> u32
Offset from the start of the tracking table to the start of the size subtable.
Sourcepub fn track_table(&self) -> &'a [TrackTableEntry]
pub fn track_table(&self) -> &'a [TrackTableEntry]
Array of TrackTableEntry records.