Struct rustc_codegen_llvm::debuginfo::metadata::StructMemberDescriptionFactory [−][src]
struct StructMemberDescriptionFactory<'tcx> {
ty: Ty<'tcx>,
variant: &'tcx VariantDef,
span: Span,
}
Expand description
Creates MemberDescription
s for the fields of a struct.
Fields
ty: Ty<'tcx>
variant: &'tcx VariantDef
span: Span
Implementations
fn create_member_descriptions<'ll>(
&self,
cx: &CodegenCx<'ll, 'tcx>
) -> Vec<MemberDescription<'ll>>
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for StructMemberDescriptionFactory<'tcx>
impl<'tcx> !Send for StructMemberDescriptionFactory<'tcx>
impl<'tcx> !Sync for StructMemberDescriptionFactory<'tcx>
impl<'tcx> Unpin for StructMemberDescriptionFactory<'tcx>
impl<'tcx> !UnwindSafe for StructMemberDescriptionFactory<'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: 24 bytes