Struct rustc_const_eval::interpret::operand::ImmTy [−][src]
pub struct ImmTy<'tcx, Tag: Provenance = AllocId> {
imm: Immediate<Tag>,
pub layout: TyAndLayout<'tcx>,
}
Fields
imm: Immediate<Tag>
layout: TyAndLayout<'tcx>
Implementations
Methods from Deref<Target = Immediate<Tag>>
Trait Implementations
Auto Trait Implementations
impl<'tcx, Tag = AllocId> !RefUnwindSafe for ImmTy<'tcx, Tag>
impl<'tcx, Tag = AllocId> !UnwindSafe for ImmTy<'tcx, Tag>
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.