Struct rustc::middle::ty::ParamTy[src]

pub struct ParamTy {
    pub space: ParamSpace,
    pub idx: uint,
    pub def_id: DefId,
}

Fields

space
idx
def_id

Trait Implementations

Derived Implementations

impl<__S: Writer> Hash<__S> for ParamTy

fn hash(&self, __arg_0: &mut __S)

impl Eq for ParamTy

fn assert_receiver_is_total_eq(&self)

impl PartialEq for ParamTy

fn eq(&self, __arg_0: &ParamTy) -> bool

fn ne(&self, __arg_0: &ParamTy) -> bool

impl Clone for ParamTy

fn clone(&self) -> ParamTy

fn clone_from(&mut self, source: &Self)