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