Struct rustc::middle::ty::FloatVidUnstable
[-] [+]
[src]
pub struct FloatVid { pub index: u32, }
Fields
index |
pub struct FloatVid { pub index: u32, }
index |
impl UnifyKey for FloatVid
type Value = Option<FloatTy>
fn index(&self) -> u32
fn from_index(i: u32) -> FloatVid
fn tag(_: Option<FloatVid>) -> &'static str
impl Debug for FloatVid
impl<'tcx> Repr<'tcx> for FloatVid
impl Hash for FloatVid
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Eq for FloatVid
impl PartialEq for FloatVid
impl Copy for FloatVid
impl Clone for FloatVid
fn clone(&self) -> FloatVid
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
).