Enum rustc::cfg::CFGNodeData [] [src]

pub enum CFGNodeData {
    AST(NodeId),
    Entry,
    Exit,
    Dummy,
    Unreachable,
}
Unstable (rustc_private)

Variants

AST(NodeId)
Unstable (rustc_private)
Entry
Unstable (rustc_private)
Exit
Unstable (rustc_private)
Dummy
Unstable (rustc_private)
Unreachable
Unstable (rustc_private)

Methods

impl CFGNodeData
[src]

fn id(&self) -> NodeId

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]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

impl Copy for CFGNodeData
[src]