Enum rustc::middle::cfg::CFGNodeDataUnstable
[-] [+]
[src]
pub enum CFGNodeData { AST(NodeId), Entry, Exit, Dummy, Unreachable, }
Variants
AST | |
Entry | |
Exit | |
Dummy | |
Unreachable |
pub enum CFGNodeData { AST(NodeId), Entry, Exit, Dummy, Unreachable, }
AST | |
Entry | |
Exit | |
Dummy | |
Unreachable |
impl CFGNodeData
impl PartialEq for CFGNodeData
fn eq(&self, __arg_0: &CFGNodeData) -> bool
fn ne(&self, __arg_0: &CFGNodeData) -> bool
impl Clone for CFGNodeData
fn clone(&self) -> CFGNodeData
fn clone_from(&mut self, source: &Self)
impl Copy for CFGNodeData
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).