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

pub struct FloatVid {
    pub index: u32,
}

Fields

index

Trait Implementations

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

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

impl<'tcx> Repr<'tcx> for FloatVid

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

Derived Implementations

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

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

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

impl Copy for FloatVid

impl Clone for FloatVid

fn clone(&self) -> FloatVid

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