[][src]Struct rustc_target::abi::call::ArgAttributes

pub struct ArgAttributes {
    pub regular: ArgAttribute,
    pub pointee_size: Size,
    pub pointee_align: Option<Align>,
}

A compact representation of LLVM attributes (at least those relevant for this module) that can be manipulated without interacting with LLVM's Attribute machinery.

Fields

regular: ArgAttributepointee_size: Sizepointee_align: Option<Align>

Methods

impl ArgAttributes[src]

pub fn new() -> Self[src]

pub fn set(&mut self, attr: ArgAttribute) -> &mut Self[src]

pub fn contains(&self, attr: ArgAttribute) -> bool[src]

Trait Implementations

impl Eq for ArgAttributes[src]

impl Clone for ArgAttributes[src]

impl PartialEq<ArgAttributes> for ArgAttributes[src]

impl Copy for ArgAttributes[src]

impl Debug for ArgAttributes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T[src]

impl<E> SpecializationError for E[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]