Struct rustc_codegen_llvm::debuginfo::metadata::TupleMemberDescriptionFactory [−][src]
struct TupleMemberDescriptionFactory<'tcx> {
ty: Ty<'tcx>,
component_types: Vec<Ty<'tcx>>,
span: Span,
}
Expand description
Creates MemberDescription
s for the fields of a tuple.
Fields
ty: Ty<'tcx>
component_types: Vec<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 TupleMemberDescriptionFactory<'tcx>
impl<'tcx> !Send for TupleMemberDescriptionFactory<'tcx>
impl<'tcx> !Sync for TupleMemberDescriptionFactory<'tcx>
impl<'tcx> Unpin for TupleMemberDescriptionFactory<'tcx>
impl<'tcx> !UnwindSafe for TupleMemberDescriptionFactory<'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: 40 bytes