Enum rustc::cfg::CFGNodeData
[−]
[src]
pub enum CFGNodeData {
AST(NodeId),
Entry,
Exit,
Dummy,
Unreachable,
}Unstable (
rustc_private)Variants
AST(NodeId)Unstable (
rustc_private)EntryUnstable (
rustc_private)ExitUnstable (
rustc_private)DummyUnstable (
rustc_private)UnreachableUnstable (
rustc_private)Methods
impl CFGNodeData[src]
Trait Implementations
Derived Implementations
impl PartialEq for CFGNodeData[src]
fn eq(&self, __arg_0: &CFGNodeData) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CFGNodeData) -> bool
This method tests for !=.
impl Debug for CFGNodeData[src]
impl Clone for CFGNodeData[src]
fn clone(&self) -> CFGNodeData
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more