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]
impl Clone for AssignDataFlowOperatorfn clone(&self) -> AssignDataFlowOperator[src]
fn clone(&self) -> AssignDataFlowOperatorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for AssignDataFlowOperator[src]
impl Copy for AssignDataFlowOperatorimpl BitwiseOperator for AssignDataFlowOperator[src]
impl BitwiseOperator for AssignDataFlowOperatorfn join(&self, succ: usize, pred: usize) -> usize[src]
fn join(&self, succ: usize, pred: usize) -> usize🔬 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]
impl DataFlowOperator for AssignDataFlowOperatorfn initial_value(&self) -> bool[src]
fn initial_value(&self) -> bool🔬 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 Send for AssignDataFlowOperatorimpl Sync for AssignDataFlowOperator
impl Sync for AssignDataFlowOperator