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