Enum rustc::middle::mem_categorization::InteriorKindUnstable [-] [+] [src]

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

Variants

InteriorField
InteriorElement

Trait Implementations

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

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

Derived Implementations

impl Debug for InteriorKind

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

impl Hash for InteriorKind

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for InteriorKind

impl PartialEq for InteriorKind

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

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

impl Copy for InteriorKind

impl Clone for InteriorKind

fn clone(&self) -> InteriorKind

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