Struct rustc_data_structures::bitvec::SparseChunk
[−]
[src]
pub struct SparseChunk<I> { /* fields omitted */ }🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Methods
impl<I: Idx> SparseChunk<I>[src]
impl<I: Idx> SparseChunk<I>pub fn one(index: I) -> Self[src]
pub fn one(index: I) -> Self🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
pub fn any(&self) -> bool[src]
pub fn any(&self) -> bool🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
pub fn iter(
&self
) -> impl Iterator<Item = I>[src]
pub fn iter(
&self
) -> impl Iterator<Item = I>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<I: Copy> Copy for SparseChunk<I>[src]
impl<I: Copy> Copy for SparseChunk<I>impl<I: Clone> Clone for SparseChunk<I>[src]
impl<I: Clone> Clone for SparseChunk<I>fn clone(&self) -> SparseChunk<I>[src]
fn clone(&self) -> SparseChunk<I>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl<I> Send for SparseChunk<I> where
I: Send,
impl<I> Send for SparseChunk<I> where
I: Send, impl<I> Sync for SparseChunk<I> where
I: Sync,
impl<I> Sync for SparseChunk<I> where
I: Sync,