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

pub struct BitVector { /* fields omitted */ }

A very simple BitVector type.

Methods

impl BitVector
[src]

Returns true if the bit has changed.

Returns true if the bit has changed.

Important traits for BitVectorIter<'a>

Iterates over indexes of set bits in a sorted order

Trait Implementations

impl Clone for BitVector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BitVector
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BitVector
[src]

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

This method tests for !=.

impl FromIterator<bool> for BitVector
[src]

Creates a value from an iterator. Read more

Auto Trait Implementations

impl Send for BitVector

impl Sync for BitVector