Struct stack_bitset::StackBitSet [−][src]
pub struct StackBitSet<const N: usize> where
[(); usize_count(N)]: Sized, { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<const N: usize> RefUnwindSafe for StackBitSet<N>impl<const N: usize> Send for StackBitSet<N>impl<const N: usize> Sync for StackBitSet<N>impl<const N: usize> Unpin for StackBitSet<N>impl<const N: usize> UnwindSafe for StackBitSet<N>Blanket Implementations
Mutably borrows from an owned value. Read more