pub type VariationIndex = u32;
Expand description

An index in FeatureVariations.

Trait Implementations§

source§

impl FromData for u32

source§

const SIZE: usize = 4usize

Object’s raw data size. Read more
source§

fn parse(data: &[u8]) -> Option<Self>

Parses an object from a raw data.