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>(/* private fields */);pub type FlagsValuesStorage<const N: usize> = EnumerationValuesStorage<FlagsValue, N>;Storage of flags values.
#[repr(C)]pub struct FlagsValuesStorage<const N: usize>(/* private fields */);