Struct rustc_codegen_llvm::debuginfo::metadata::VariantMemberDescriptionFactory [−][src]
struct VariantMemberDescriptionFactory<'tcx> {
offsets: Vec<Size>,
args: Vec<(String, Ty<'tcx>)>,
span: Span,
}
Fields
offsets: Vec<Size>
Cloned from the layout::Struct
describing the variant.
args: Vec<(String, Ty<'tcx>)>
span: Span
Implementations
fn create_member_descriptions<'ll>(
&self,
cx: &CodegenCx<'ll, 'tcx>
) -> Vec<MemberDescription<'ll>>
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for VariantMemberDescriptionFactory<'tcx>
impl<'tcx> !Send for VariantMemberDescriptionFactory<'tcx>
impl<'tcx> !Sync for VariantMemberDescriptionFactory<'tcx>
impl<'tcx> Unpin for VariantMemberDescriptionFactory<'tcx>
impl<'tcx> !UnwindSafe for VariantMemberDescriptionFactory<'tcx>
Blanket Implementations
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: 56 bytes