Type Alias miri::OpTy

source ·
pub type OpTy<'tcx> = OpTy<'tcx, Provenance>;

Aliased Type§

struct OpTy<'tcx> {
    pub layout: TyAndLayout<'tcx, Ty<'tcx>>,
    /* private fields */
}

Fields§

§layout: TyAndLayout<'tcx, Ty<'tcx>>

Trait Implementations§

source§

impl VisitProvenance for OpTy<'_>

source§

fn visit_provenance(&self, visit: &mut VisitWith<'_>)

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 88 bytes