Struct rustc::middle::ty::IntVidUnstable [-] [+] [src]

pub struct IntVid {
    pub index: u32,
}

Fields

index

Trait Implementations

impl UnifyKey for IntVid

type Value = Option<IntVarValue>

fn index(&self) -> u32

fn from_index(i: u32) -> IntVid

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

impl Debug for IntVid

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

impl<'tcx> Repr<'tcx> for IntVid

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

Derived Implementations

impl Hash for IntVid

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for IntVid

impl PartialEq for IntVid

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

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

impl Copy for IntVid

impl Clone for IntVid

fn clone(&self) -> IntVid

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