[][src]Trait rustc_ap_rustc_target::abi::LayoutOf

pub trait LayoutOf {
    type Ty;
    type TyAndLayout;
    pub fn layout_of(&self, ty: Self::Ty) -> Self::TyAndLayout;

    pub fn spanned_layout_of(
        &self,
        ty: Self::Ty,
        _span: Span
    ) -> Self::TyAndLayout { ... } }

Trait for context types that can compute layouts of things.

Associated Types

Loading content...

Required methods

pub fn layout_of(&self, ty: Self::Ty) -> Self::TyAndLayout[src]

Loading content...

Provided methods

pub fn spanned_layout_of(&self, ty: Self::Ty, _span: Span) -> Self::TyAndLayout[src]

Loading content...

Implementors

Loading content...