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 AssignDataFlowOperator
fn clone(&self) -> AssignDataFlowOperator
[src]
fn clone(&self) -> AssignDataFlowOperator
Returns 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 AssignDataFlowOperator
impl BitwiseOperator for AssignDataFlowOperator
[src]
impl BitwiseOperator for AssignDataFlowOperator
fn 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 AssignDataFlowOperator
fn 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 AssignDataFlowOperator
impl Sync for AssignDataFlowOperator
impl Sync for AssignDataFlowOperator