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
variants: Variants
fields: FieldPlacement
abi: Abi
align: Align
size: Size
Methods
impl LayoutDetails[src]
impl LayoutDetailspub fn scalar<C: HasDataLayout>(cx: C, scalar: Scalar) -> Self[src]
pub fn scalar<C: HasDataLayout>(cx: C, scalar: Scalar) -> SelfTrait Implementations
impl PartialEq for LayoutDetails[src]
impl PartialEq for LayoutDetailsfn eq(&self, other: &LayoutDetails) -> bool[src]
fn eq(&self, other: &LayoutDetails) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for LayoutDetails[src]
impl Eq for LayoutDetailsimpl Hash for LayoutDetails[src]
impl Hash for LayoutDetailsfn 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, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for LayoutDetails[src]
impl Debug for LayoutDetailsAuto Trait Implementations
impl Send for LayoutDetails
impl Send for LayoutDetailsimpl Sync for LayoutDetails
impl Sync for LayoutDetails