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).

Trait Implementations

Derived Implementations

impl PartialEq for EdgeIndex

fn eq(&self, __arg_0: &EdgeIndex) -> bool

fn ne(&self, __arg_0: &EdgeIndex) -> bool