Enum rustc_trans::middle::ty::IntVarValueExperimental
[-]
[+]
[src]
pub enum IntVarValue { IntType(IntTy), UintType(UintTy), }
Variants
IntType | |
UintType |
pub enum IntVarValue { IntType(IntTy), UintType(UintTy), }
IntType | |
UintType |
impl<'tcx> SimplyUnifiable<'tcx> for IntVarValue
fn to_type(&self, tcx: &ctxt<'tcx>) -> &'tcx TyS<'tcx>
fn to_type_err(err: expected_found<IntVarValue>) -> type_err<'tcx>
impl Show for IntVarValue
impl<'tcx> Repr<'tcx> for IntVarValue
impl PartialEq<IntVarValue> for IntVarValue
fn eq(&self, __arg_0: &IntVarValue) -> bool
fn ne(&self, __arg_0: &IntVarValue) -> bool
fn ne(&self, &IntVarValue) -> bool
impl Copy for IntVarValue
impl Clone for IntVarValue
fn clone(&self) -> IntVarValue
fn clone_from(&mut self, &IntVarValue)
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
).