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