Enum rustc::ty::layout::LayoutError
[−]
[src]
pub enum LayoutError<'tcx> {
Unknown(Ty<'tcx>),
SizeOverflow(Ty<'tcx>),
}🔬 This is a nightly-only experimental API. (
rustc_private)Variants
Unknown(Ty<'tcx>)🔬 This is a nightly-only experimental API. (
rustc_private)SizeOverflow(Ty<'tcx>)🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl<'tcx> Copy 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