Struct rustc_codegen_llvm::debuginfo::metadata::EnumMemberDescriptionFactory[][src]

struct EnumMemberDescriptionFactory<'ll, 'tcx> {
    enum_type: Ty<'tcx>,
    layout: TyAndLayout<'tcx>,
    tag_type_metadata: Option<&'ll DIType>,
    common_members: Vec<Option<&'ll DIType>>,
    span: Span,
}
Expand description

Describes the members of an enum value; an enum is described as a union of structs in DWARF. This MemberDescriptionFactory provides the description for the members of this union; so for every variant of the given enum, this factory will produce one MemberDescription (all with no name and a fixed offset of zero bytes).

Fields

enum_type: Ty<'tcx>layout: TyAndLayout<'tcx>tag_type_metadata: Option<&'ll DIType>common_members: Vec<Option<&'ll DIType>>span: Span

Implementations

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: 64 bytes