Struct rustc_mir::dataflow::Bits [−][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?
Maps each block to a set of bits
Fields
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?
Methods
impl<E: Idx> Bits<E>[src]
impl<E: Idx> Bits<E>fn new(bits: IdxSetBuf<E>) -> Self[src]
fn new(bits: IdxSetBuf<E>) -> Self🔬 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]
impl<E: Debug + Idx> Debug for Bits<E>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<E: Idx> Clone for Bits<E>[src]
impl<E: Idx> Clone for Bits<E>