Struct rustc_ap_rustc_index::bit_set::SparseBitSet [−][src]
pub struct SparseBitSet<T> { /* fields omitted */ }Expand description
A fixed-size bitset type with a sparse representation and a maximum of
SPARSE_MAX elements. The elements are stored as a sorted ArrayVec with
no duplicates.
This type is used by HybridBitSet; do not use directly.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for SparseBitSet<T> where
T: RefUnwindSafe, impl<T> Send for SparseBitSet<T> where
T: Send, impl<T> Sync for SparseBitSet<T> where
T: Sync, impl<T> Unpin for SparseBitSet<T> where
T: Unpin, impl<T> UnwindSafe for SparseBitSet<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more