Skip to main content

StaticFlagVec

Type Alias StaticFlagVec 

Source
pub type StaticFlagVec<const N: u32, I = usize> = FlagVec<Static<N>, I>;
Expand description

FlagVec where N is known at compile time

Aliased Type§

pub struct StaticFlagVec<const N: u32, I = usize>(/* private fields */);

Trait Implementations§

Source§

impl<const N: u32, I> Default for StaticFlagVec<N, I>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more