Struct rustc_llvm::Attributes [] [src]

pub struct Attributes {
    // some fields omitted
}
Unstable (rustc_private)

Methods

impl Attributes
[src]

fn set(&mut self, attr: Attribute) -> &mut Self

fn unset(&mut self, attr: Attribute) -> &mut Self

fn set_dereferenceable(&mut self, bytes: u64) -> &mut Self

fn unset_dereferenceable(&mut self) -> &mut Self

fn apply_llfn(&self, idx: usize, llfn: ValueRef)

fn apply_callsite(&self, idx: usize, callsite: ValueRef)

Trait Implementations

Derived Implementations

impl Debug for Attributes
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for Attributes
[src]

fn default() -> Attributes

Returns the "default value" for a type. Read more

impl Clone for Attributes
[src]

fn clone(&self) -> Attributes

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 Attributes
[src]