Struct rustc::ty::FloatVid
[−]
[src]
pub struct FloatVid {
pub index: u32,
}Unstable (
rustc_private)Fields
index: u32
Unstable (
rustc_private)Trait Implementations
impl UnifyKey for FloatVid[src]
type Value = Option<FloatTy>
fn index(&self) -> u32
fn from_index(i: u32) -> FloatVid
fn tag(_: Option<FloatVid>) -> &'static str
impl Debug for FloatVid[src]
Derived Implementations
impl Hash for FloatVid[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl Eq for FloatVid[src]
impl PartialEq for FloatVid[src]
fn eq(&self, __arg_0: &FloatVid) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FloatVid) -> bool
This method tests for !=.
impl Copy for FloatVid[src]
impl Clone for FloatVid[src]
fn clone(&self) -> FloatVid
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more