Enum rustc_llvm::MetadataType [] [src]

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,
}
Unstable (rustc_private)

Variants

MD_dbg
Unstable (rustc_private)
MD_tbaa
Unstable (rustc_private)
MD_prof
Unstable (rustc_private)
MD_fpmath
Unstable (rustc_private)
MD_range
Unstable (rustc_private)
MD_tbaa_struct
Unstable (rustc_private)
MD_invariant_load
Unstable (rustc_private)
MD_alias_scope
Unstable (rustc_private)
MD_noalias
Unstable (rustc_private)
MD_nontemporal
Unstable (rustc_private)
MD_mem_parallel_loop_access
Unstable (rustc_private)
MD_nonnull
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Clone for MetadataType
[src]

fn clone(&self) -> MetadataType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for MetadataType
[src]