Enum rustc_codegen_llvm::llvm::MetadataType [−][src]
#[repr(C)]
pub enum MetadataType {
MD_dbg,
MD_tbaa,
MD_prof,
MD_fpmath,
MD_range,
MD_tbaa_struct,
MD_invariant_load,
MD_alias_scope,
MD_noalias,
MD_nontemporal,
MD_mem_parallel_loop_access,
MD_nonnull,
}
Expand description
LLVMMetadataType
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MetadataType
impl Send for MetadataType
impl Sync for MetadataType
impl Unpin for MetadataType
impl UnwindSafe for MetadataType
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 4 bytes
Size for each variant:
MD_dbg
: 0 bytesMD_tbaa
: 0 bytesMD_prof
: 0 bytesMD_fpmath
: 0 bytesMD_range
: 0 bytesMD_tbaa_struct
: 0 bytesMD_invariant_load
: 0 bytesMD_alias_scope
: 0 bytesMD_noalias
: 0 bytesMD_nontemporal
: 0 bytesMD_mem_parallel_loop_access
: 0 bytesMD_nonnull
: 0 bytes