Struct rustc_data_structures::bitvec::SparseBitSet [] [src]

pub struct SparseBitSet<I: Idx> { /* fields omitted */ }

Methods

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<I: Clone + Idx> Clone for SparseBitSet<I>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<I: Debug + Idx> Debug for SparseBitSet<I>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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