Enum rustc::llvm::SpecialAttributeUnstable [-] [+] [src]

pub enum SpecialAttribute {
    DereferenceableAttribute(u64),
}

Variants

DereferenceableAttribute

Trait Implementations

impl AttrHelper for SpecialAttribute

fn apply_llfn(&self, idx: u32, llfn: *mut Value_opaque)

fn apply_callsite(&self, idx: u32, callsite: *mut Value_opaque)

Derived Implementations

impl Clone for SpecialAttribute

fn clone(&self) -> SpecialAttribute

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

impl Copy for SpecialAttribute