Enum rustc::mir::repr::AggregateKind [] [src]

pub enum AggregateKind<'tcx> {
    Vec,
    Tuple,
    Adt(AdtDef<'tcx>, usize, &'tcx Substs<'tcx>),
    Closure(DefIdClosureSubsts<'tcx>),
}
Unstable (rustc_private)

Variants

Vec
Unstable (rustc_private)
Tuple
Unstable (rustc_private)
Adt(AdtDef<'tcx>, usize, &'tcx Substs<'tcx>)
Unstable (rustc_private)
Closure(DefIdClosureSubsts<'tcx>)
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl<'tcx> Decodable for AggregateKind<'tcx>
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<AggregateKind<'tcx>, __D::Error>

impl<'tcx> Encodable for AggregateKind<'tcx>
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl<'tcx> Eq for AggregateKind<'tcx>
[src]

impl<'tcx> PartialEq for AggregateKind<'tcx>
[src]

fn eq(&self, __arg_0: &AggregateKind<'tcx>) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &AggregateKind<'tcx>) -> bool

This method tests for !=.

impl<'tcx> Debug for AggregateKind<'tcx>
[src]

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

Formats the value using the given formatter.

impl<'tcx> Clone for AggregateKind<'tcx>
[src]

fn clone(&self) -> AggregateKind<'tcx>

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more