Enum rustc_codegen_llvm::debuginfo::metadata::MemberDescriptionFactory[][src]

enum MemberDescriptionFactory<'ll, 'tcx> {
    StructMDF(StructMemberDescriptionFactory<'tcx>),
    TupleMDF(TupleMemberDescriptionFactory<'tcx>),
    EnumMDF(EnumMemberDescriptionFactory<'ll, 'tcx>),
    UnionMDF(UnionMemberDescriptionFactory<'tcx>),
    VariantMDF(VariantMemberDescriptionFactory<'tcx>),
}
Expand description

A factory for MemberDescriptions. It produces a list of member descriptions for some record-like type. MemberDescriptionFactorys are used to defer the creation of type member descriptions in order to break cycles arising from recursive type definitions.

Variants

StructMDF(StructMemberDescriptionFactory<'tcx>)

Tuple Fields of StructMDF

0: StructMemberDescriptionFactory<'tcx>
TupleMDF(TupleMemberDescriptionFactory<'tcx>)

Tuple Fields of TupleMDF

0: TupleMemberDescriptionFactory<'tcx>
EnumMDF(EnumMemberDescriptionFactory<'ll, 'tcx>)

Tuple Fields of EnumMDF

0: EnumMemberDescriptionFactory<'ll, 'tcx>
UnionMDF(UnionMemberDescriptionFactory<'tcx>)

Tuple Fields of UnionMDF

0: UnionMemberDescriptionFactory<'tcx>
VariantMDF(VariantMemberDescriptionFactory<'tcx>)

Tuple Fields of VariantMDF

0: VariantMemberDescriptionFactory<'tcx>

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

Size for each variant: