Struct rustc_codegen_llvm::debuginfo::metadata::MemberDescription [−][src]
struct MemberDescription<'ll> {
name: String,
type_metadata: &'ll DIType,
offset: Size,
size: Size,
align: Align,
flags: DIFlags,
discriminant: Option<u64>,
source_info: Option<SourceInfo<'ll>>,
}
Expand description
Description of a type member, which can either be a regular field (as in structs or tuples) or an enum variant.
Fields
name: String
type_metadata: &'ll DIType
offset: Size
size: Size
align: Align
flags: DIFlags
discriminant: Option<u64>
source_info: Option<SourceInfo<'ll>>
Implementations
fn into_metadata(
self,
cx: &CodegenCx<'ll, '_>,
composite_type_metadata: &'ll DIScope
) -> &'ll DIType
Trait Implementations
Auto Trait Implementations
impl<'ll> !RefUnwindSafe for MemberDescription<'ll>
impl<'ll> !Send for MemberDescription<'ll>
impl<'ll> !Sync for MemberDescription<'ll>
impl<'ll> Unpin for MemberDescription<'ll>
impl<'ll> !UnwindSafe for MemberDescription<'ll>
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: 88 bytes