Enum rustc::lib::llvm::AttributeSetUnstable [-] [+] [src]

pub enum AttributeSet {
    ReturnIndex,
    FunctionIndex,
}

Variants

ReturnIndex
FunctionIndex

Trait Implementations

Derived Implementations

impl Clone for AttributeSet

fn clone(&self) -> AttributeSet

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

impl Copy for AttributeSet