Struct rustc_trans::middle::ty::AssociatedTypeInfoExperimental [-]  [+] [src]

pub struct AssociatedTypeInfo {
    pub def_id: DefId,
    pub index: uint,
    pub name: Name,
}

Fields

def_id
index
name

Trait Implementations

impl PartialOrd<AssociatedTypeInfo> for AssociatedTypeInfo

fn partial_cmp(&self, other: &AssociatedTypeInfo) -> Option<Ordering>

fn lt(&self, &AssociatedTypeInfo) -> bool

fn le(&self, &AssociatedTypeInfo) -> bool

fn gt(&self, &AssociatedTypeInfo) -> bool

fn ge(&self, &AssociatedTypeInfo) -> bool

impl Ord for AssociatedTypeInfo

fn cmp(&self, other: &AssociatedTypeInfo) -> Ordering

Derived Implementations

impl Eq for AssociatedTypeInfo

fn assert_receiver_is_total_eq(&self)

impl PartialEq<AssociatedTypeInfo> for AssociatedTypeInfo

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

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

fn ne(&self, &AssociatedTypeInfo) -> bool

impl Copy for AssociatedTypeInfo