Struct rustc_mir::dataflow::Bits[][src]

struct Bits<E: Idx> {
    bits: IdxSetBuf<E>,
}
🔬 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?

Maps each block to a set of bits

Fields

🔬 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<E: Idx> Bits<E>
[src]

🔬 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<E: Debug + Idx> Debug for Bits<E>
[src]

Formats the value using the given formatter. Read more

impl<E: Idx> Clone for Bits<E>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<E> Send for Bits<E>

impl<E> Sync for Bits<E>