Struct rustc_borrowck::borrowck::move_data::AssignDataFlowOperator[][src]

pub struct AssignDataFlowOperator;
🔬 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 Clone for AssignDataFlowOperator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AssignDataFlowOperator
[src]

impl BitwiseOperator for AssignDataFlowOperator
[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?

Joins two predecessor bits together, typically either | or &

impl DataFlowOperator for AssignDataFlowOperator
[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?

Specifies the initial value for each bit in the on_entry set

Auto Trait Implementations

impl Send for AssignDataFlowOperator

impl Sync for AssignDataFlowOperator