Enum rustc_trans::middle::mem_categorization::InteriorKindExperimental [-]  [+] [src]

pub enum InteriorKind {
    InteriorField(FieldName),
    InteriorElement(ElementKind),
}

Variants

InteriorField
InteriorElement

Trait Implementations

impl<'tcx> Repr<'tcx> for InteriorKind

fn repr(&self, _tcx: &ctxt) -> String

Derived Implementations

impl Show for InteriorKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

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

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

impl Eq for InteriorKind

fn assert_receiver_is_total_eq(&self)

impl PartialEq<InteriorKind> for InteriorKind

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

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

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

impl Copy for InteriorKind

impl Clone for InteriorKind

fn clone(&self) -> InteriorKind

fn clone_from(&mut self, &InteriorKind)