Struct rustc::middle::liveness::LiveNode [−][src]
struct LiveNode(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?
Methods
impl LiveNode[src]
impl LiveNodefn get(&self) -> usize[src]
fn get(&self) -> 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?
impl LiveNode[src]
impl LiveNodefn is_valid(&self) -> bool[src]
fn is_valid(&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?
Trait Implementations
impl Copy for LiveNode[src]
impl Copy for LiveNodeimpl PartialEq for LiveNode[src]
impl PartialEq for LiveNodefn eq(&self, other: &LiveNode) -> bool[src]
fn eq(&self, other: &LiveNode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LiveNode) -> bool[src]
fn ne(&self, other: &LiveNode) -> boolThis method tests for !=.
impl Clone for LiveNode[src]
impl Clone for LiveNodefn clone(&self) -> LiveNode[src]
fn clone(&self) -> LiveNodeReturns 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 Debug for LiveNode[src]
impl Debug for LiveNode