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]
Derived Implementations
impl<'tcx> Debug for LayoutError<'tcx>[src]
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