Struct rustc_target::abi::LayoutDetails [−][src]
pub struct LayoutDetails { pub variants: Variants, pub fields: FieldPlacement, pub abi: Abi, pub align: Align, pub 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?
Fields
variants: Variants
🔬 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: FieldPlacement
🔬 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?
abi: Abi
🔬 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?
align: 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?
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?
Methods
impl LayoutDetails
[src]
impl LayoutDetails
pub fn scalar<C: HasDataLayout>(cx: C, scalar: Scalar) -> Self
[src]
pub fn scalar<C: HasDataLayout>(cx: C, scalar: Scalar) -> 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?
Trait Implementations
impl PartialEq for LayoutDetails
[src]
impl PartialEq for LayoutDetails
fn eq(&self, other: &LayoutDetails) -> bool
[src]
fn eq(&self, other: &LayoutDetails) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &LayoutDetails) -> bool
[src]
fn ne(&self, other: &LayoutDetails) -> bool
This method tests for !=
.
impl Eq for LayoutDetails
[src]
impl Eq for LayoutDetails
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Hash for LayoutDetails
[src]
impl Hash for LayoutDetails
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Debug for LayoutDetails
[src]
impl Debug for LayoutDetails
Auto Trait Implementations
impl Send for LayoutDetails
impl Send for LayoutDetails
impl Sync for LayoutDetails
impl Sync for LayoutDetails