Struct rustc_trans::middle::graph::EdgeIndexExperimental [-]  [+] [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 Show for EdgeIndex

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

impl PartialEq<EdgeIndex> for EdgeIndex

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

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

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

impl Copy for EdgeIndex