Struct rustc_borrowck::borrowck::move_data::MoveDataFlowOperator [−][src]
pub struct MoveDataFlowOperator;
🔬 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 MoveDataFlowOperator[src]
impl Clone for MoveDataFlowOperatorfn clone(&self) -> MoveDataFlowOperator[src]
fn clone(&self) -> MoveDataFlowOperatorReturns 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 MoveDataFlowOperator[src]
impl Copy for MoveDataFlowOperatorimpl BitwiseOperator for MoveDataFlowOperator[src]
impl BitwiseOperator for MoveDataFlowOperatorfn 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 MoveDataFlowOperator[src]
impl DataFlowOperator for MoveDataFlowOperatorfn 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 MoveDataFlowOperator
impl Send for MoveDataFlowOperatorimpl Sync for MoveDataFlowOperator
impl Sync for MoveDataFlowOperator