pub type FlagsValuesStorage<const N: usize> = EnumerationValuesStorage<FlagsValue, N>;Expand description
Storage of flags values.
Aliased Type§
#[repr(C)]pub struct FlagsValuesStorage<const N: usize>([FlagsValue; N]);Tuple Fields§
§0: [FlagsValue; N]