Enum rustc_hir::hir::VariantData[][src]

pub enum VariantData<'hir> {
    Struct(&'hir [FieldDef<'hir>]bool),
    Tuple(&'hir [FieldDef<'hir>]HirId),
    Unit(HirId),
}
Expand description

Fields and constructor IDs of enum variants and structs.

Variants

Struct(&'hir [FieldDef<'hir>]bool)

A struct variant.

E.g., Bar { .. } as in enum Foo { Bar { .. } }.

Tuple Fields of Struct

0: &'hir [FieldDef<'hir>]1: bool
Tuple(&'hir [FieldDef<'hir>]HirId)

A tuple variant.

E.g., Bar(..) as in enum Foo { Bar(..) }.

Tuple Fields of Tuple

0: &'hir [FieldDef<'hir>]1: HirId
Unit(HirId)

A unit variant.

E.g., Bar = .. as in enum Foo { Bar = .. }.

Tuple Fields of Unit

0: HirId

Implementations

Return the fields of this variant.

Return the HirId of this variant’s constructor, if it has one.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Layout

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.

Size: 32 bytes

Size for each variant: