Struct rustc_data_structures::bitvec::SparseChunk[][src]

pub struct SparseChunk<I> { /* fields omitted */ }

Methods

impl<I: Idx> SparseChunk<I>
[src]

Trait Implementations

impl<I: Copy> Copy for SparseChunk<I>
[src]

impl<I: Clone> Clone for SparseChunk<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<I> Send for SparseChunk<I> where
    I: Send

impl<I> Sync for SparseChunk<I> where
    I: Sync