Struct rustc_target::abi::call::CastTarget [−][src]
pub struct CastTarget { pub prefix: [Option<RegKind>; 8], pub prefix_chunk: Size, pub rest: Uniform, }
🔬 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?
Fields
prefix: [Option<RegKind>; 8]
🔬 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?
prefix_chunk: 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?
rest: Uniform
🔬 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 CastTarget
[src]
impl CastTarget
pub fn pair(a: Reg, b: Reg) -> CastTarget
[src]
pub fn pair(a: Reg, b: Reg) -> CastTarget
🔬 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 size<C: HasDataLayout>(&self, cx: C) -> Size
[src]
pub fn size<C: HasDataLayout>(&self, cx: C) -> 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?
pub fn align<C: HasDataLayout>(&self, cx: C) -> Align
[src]
pub fn align<C: HasDataLayout>(&self, cx: C) -> 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?
Trait Implementations
impl Clone for CastTarget
[src]
impl Clone for CastTarget
fn clone(&self) -> CastTarget
[src]
fn clone(&self) -> CastTarget
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 Copy for CastTarget
[src]
impl Copy for CastTarget
impl PartialEq for CastTarget
[src]
impl PartialEq for CastTarget
fn eq(&self, other: &CastTarget) -> bool
[src]
fn eq(&self, other: &CastTarget) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &CastTarget) -> bool
[src]
fn ne(&self, other: &CastTarget) -> bool
This method tests for !=
.
impl Eq for CastTarget
[src]
impl Eq for CastTarget
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Debug for CastTarget
[src]
impl Debug for CastTarget
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<Reg> for CastTarget
[src]
impl From<Reg> for CastTarget
fn from(unit: Reg) -> CastTarget
[src]
fn from(unit: Reg) -> CastTarget
Performs the conversion.
impl From<Uniform> for CastTarget
[src]
impl From<Uniform> for CastTarget
fn from(uniform: Uniform) -> CastTarget
[src]
fn from(uniform: Uniform) -> CastTarget
Performs the conversion.
Auto Trait Implementations
impl Send for CastTarget
impl Send for CastTarget
impl Sync for CastTarget
impl Sync for CastTarget