Struct rustc::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<'v>(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 for IntVid
impl Copy for IntVid
impl Clone for IntVid
fn clone(&self) -> IntVid
fn clone_from(&mut self, source: &Self)
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
).