Enum rustc::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 IntVarValuefn to_type(&self, tcx: &ctxt<'tcx>) -> Ty<'tcx>fn to_type_err(err: expected_found<IntVarValue>) -> type_err<'tcx>impl Show for IntVarValueimpl<'tcx> Repr<'tcx> for IntVarValueimpl PartialEq for IntVarValuefn eq(&self, __arg_0: &IntVarValue) -> boolfn ne(&self, __arg_0: &IntVarValue) -> boolimpl Copy for IntVarValueimpl Clone for IntVarValuefn clone(&self) -> IntVarValuefn 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).