Struct rustc_data_structures::bitvec::BitVector[][src]

pub struct BitVector<C: Idx> { /* fields omitted */ }

Methods

impl<C: Idx> BitVector<C>
[src]

Returns true if the bit has changed.

Trait Implementations

impl<C: Clone + Idx> Clone for BitVector<C>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<C: Debug + Idx> Debug for BitVector<C>
[src]

Formats the value using the given formatter. Read more

impl<C: PartialEq + Idx> PartialEq for BitVector<C>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<C> Send for BitVector<C> where
    C: Send

impl<C> Sync for BitVector<C> where
    C: Sync