[−][src]Struct rustc_target::abi::call::ArgAttributes
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: ArgAttribute
pointee_size: Size
pointee_align: Option<Align>
Methods
impl ArgAttributes
[src]
impl ArgAttributes
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 Eq for ArgAttributes
impl Copy for ArgAttributes
[src]
impl Copy for ArgAttributes
impl Clone for ArgAttributes
[src]
impl Clone for ArgAttributes
fn clone(&self) -> ArgAttributes | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source
. Read more
impl PartialEq<ArgAttributes> for ArgAttributes
[src]
impl PartialEq<ArgAttributes> for ArgAttributes
fn eq(&self, other: &ArgAttributes) -> bool | [src] |
fn ne(&self, other: &ArgAttributes) -> bool | [src] |
impl Debug for ArgAttributes
[src]
impl Debug for ArgAttributes
Auto Trait Implementations
impl Send for ArgAttributes
impl Send for ArgAttributes
impl Sync for ArgAttributes
impl Sync for ArgAttributes
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId | [src] |
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<E> SpecializationError for E
[src]
impl<E> SpecializationError for E
impl<T> Erased for T
[src]
impl<T> Erased for T
impl<T> Send for T where
T: ?Sized,
[src]
impl<T> Send for T where
T: ?Sized,
impl<T> Sync for T where
T: ?Sized,
[src]
impl<T> Sync for T where
T: ?Sized,
impl<T> Erased for T
impl<T> Erased for T