Enum rustc_trans::middle::infer::IntVarValueUnstable
[-] [+]
[src]
pub enum IntVarValue {
IntType(IntTy),
UintType(UintTy),
}Variants
IntType | |
UintType |
pub enum IntVarValue {
IntType(IntTy),
UintType(UintTy),
}IntType | |
UintType |
impl<'tcx> ToType<'tcx> for IntVarValueimpl Debug for IntVarValueimpl<'tcx> Repr<'tcx> for IntVarValueimpl PartialEq<IntVarValue> 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).