Struct rustc_target::abi::LayoutDetails[][src]

pub struct LayoutDetails {
    pub variants: Variants,
    pub fields: FieldPlacement,
    pub abi: Abi,
    pub align: Align,
    pub size: Size,
}

Fields

Methods

impl LayoutDetails
[src]

Trait Implementations

impl PartialEq for LayoutDetails
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LayoutDetails
[src]

impl Hash for LayoutDetails
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for LayoutDetails
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations