Struct rustc::middle::ty::TyVid[src]

pub struct TyVid {
    pub index: uint,
}

Fields

index

Trait Implementations

impl Show for TyVid

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

impl UnifyKey<Bounds<t>> for TyVid

fn index(&self) -> uint

fn from_index(i: uint) -> TyVid

fn unification_table<'v>(infcx: &'v InferCtxt) -> &'v RefCell<UnificationTable<TyVid, Bounds<t>>>

fn tag(_: Option<TyVid>) -> &'static str

impl Repr for TyVid

fn repr(&self, _tcx: &ctxt) -> String

Derived Implementations

impl<__S: Writer> Hash<__S> for TyVid

fn hash(&self, __arg_0: &mut __S)

impl Eq for TyVid

fn assert_receiver_is_total_eq(&self)

impl PartialEq for TyVid

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

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

impl Clone for TyVid

fn clone(&self) -> TyVid

fn clone_from(&mut self, source: &Self)