Enum rustc::ty::layout::LayoutError [] [src]

pub enum LayoutError<'tcx> {
    Unknown(Ty<'tcx>),
    SizeOverflow(Ty<'tcx>),
}
Unstable (rustc_private)

Variants

Unknown(Ty<'tcx>)
Unstable (rustc_private)
SizeOverflow(Ty<'tcx>)
Unstable (rustc_private)

Trait Implementations

impl<'tcx> Display for LayoutError<'tcx>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl<'tcx> Debug for LayoutError<'tcx>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<'tcx> Clone for LayoutError<'tcx>
[src]

fn clone(&self) -> LayoutError<'tcx>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<'tcx> Copy for LayoutError<'tcx>
[src]