Struct rustc_typeck::middle::ty::IntVidExperimental
[-]
[+]
[src]
pub struct IntVid { pub index: u32, }
Fields
index |
pub struct IntVid { pub index: u32, }
index |
impl<'tcx> UnifyKey<'tcx, Option<IntVarValue>> for IntVid
fn index(&self) -> uint
fn from_index(i: uint) -> IntVid
fn unification_table(infcx: &'v InferCtxt) -> &'v RefCell<UnificationTable<IntVid, Option<IntVarValue>>>
fn tag(Option<IntVid>) -> &'static str
impl Show for IntVid
impl<'tcx> Repr<'tcx> for IntVid
impl<__S: Writer> Hash<__S> for IntVid
fn hash(&self, __arg_0: &mut __S)
impl Eq for IntVid
fn assert_receiver_is_total_eq(&self)
impl PartialEq<IntVid> for IntVid
fn eq(&self, __arg_0: &IntVid) -> bool
fn ne(&self, __arg_0: &IntVid) -> bool
fn ne(&self, &IntVid) -> bool
impl Copy for IntVid
impl Clone for IntVid
fn clone(&self) -> IntVid
fn clone_from(&mut self, &IntVid)
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
, enum
,
trait
, typedef
(or
tdef
).