Struct rustc_target::abi::call::ArgAttributes [−][src]
pub struct ArgAttributes { pub regular: ArgAttribute, pub pointee_size: Size, pub pointee_align: Option<Align>, }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
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
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
pointee_size: Size
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
pointee_align: Option<Align>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Methods
impl ArgAttributes
[src]
impl ArgAttributes
pub fn new() -> Self
[src]
pub fn new() -> Self
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
pub fn set(&mut self, attr: ArgAttribute) -> &mut Self
[src]
pub fn set(&mut self, attr: ArgAttribute) -> &mut Self
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
pub fn contains(&self, attr: ArgAttribute) -> bool
[src]
pub fn contains(&self, attr: ArgAttribute) -> bool
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
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(&self) -> ArgAttributes
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl PartialEq for ArgAttributes
[src]
impl PartialEq for ArgAttributes
fn eq(&self, other: &ArgAttributes) -> bool
[src]
fn eq(&self, other: &ArgAttributes) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ArgAttributes) -> bool
[src]
fn ne(&self, other: &ArgAttributes) -> bool
This method tests for !=
.
impl Eq for ArgAttributes
[src]
impl Eq for ArgAttributes
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
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