pub type ItemVariationData<'a> = TableRef<'a, ItemVariationDataMarker>;
Expand description
The ItemVariationData subtable
Aliased Type§
struct ItemVariationData<'a> { /* private fields */ }
Implementations§
Source§impl<'a> ItemVariationData<'a>
impl<'a> ItemVariationData<'a>
Sourcepub fn item_count(&self) -> u16
pub fn item_count(&self) -> u16
The number of delta sets for distinct items.
Sourcepub fn word_delta_count(&self) -> u16
pub fn word_delta_count(&self) -> u16
A packed field: the high bit is a flag—see details below.
Sourcepub fn region_index_count(&self) -> u16
pub fn region_index_count(&self) -> u16
The number of variation regions referenced.
Sourcepub fn region_indexes(&self) -> &'a [BigEndian<u16>]
pub fn region_indexes(&self) -> &'a [BigEndian<u16>]
Array of indices into the variation region list for the regions referenced by this item variation data table.
Sourcepub fn delta_sets(&self) -> &'a [u8] ⓘ
pub fn delta_sets(&self) -> &'a [u8] ⓘ
Delta-set rows.