Struct rustc_trans::middle::ty::ParamTyUnstable
[-] [+]
[src]
pub struct ParamTy {
pub space: ParamSpace,
pub idx: u32,
pub name: Name,
}Fields
space | |
idx | |
name |
pub struct ParamTy {
pub space: ParamSpace,
pub idx: u32,
pub name: Name,
}space | |
idx | |
name |
impl ParamTyfn new(space: ParamSpace, index: u32, name: Name) -> ParamTyfn for_self() -> ParamTyfn for_def(def: &TypeParameterDef) -> ParamTyfn to_ty(self, tcx: &ctxt<'tcx>) -> &'tcx TyS<'tcx>fn is_self(&self) -> boolimpl<'tcx> UserString<'tcx> for ParamTyfn user_string(&self, _tcx: &ctxt) -> Stringimpl<'tcx> Repr<'tcx> for ParamTyimpl Debug for ParamTyimpl Hash for ParamTyfn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasherfn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Eq for ParamTyimpl PartialEq<ParamTy> for ParamTyimpl Copy for ParamTyimpl Clone for ParamTyfn clone(&self) -> ParamTyfn 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).