Struct rustc::middle::graph::EdgeIndex[src]
pub struct EdgeIndex(pub uint);
Methods
impl EdgeIndex
fn edge_id(&self) -> uint
Returns unique id (unique with respect to the graph holding associated edge).
pub struct EdgeIndex(pub uint);
impl EdgeIndexfn edge_id(&self) -> uintReturns unique id (unique with respect to the graph holding associated edge).
impl PartialEq for EdgeIndex
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 (or str), enum,
trait, typedef (or
tdef).