fn mplace_to_raw_bytes<'tcx, S: UnderOwnerState<'tcx>>(
s: &S,
ecx: &CompileTimeInterpCx<'tcx>,
mplace: &MPlaceTy<'tcx>,
) -> InterpResult<'tcx, Vec<ConstantByte>>Expand description
The bytes of a value in memory.
fn mplace_to_raw_bytes<'tcx, S: UnderOwnerState<'tcx>>(
s: &S,
ecx: &CompileTimeInterpCx<'tcx>,
mplace: &MPlaceTy<'tcx>,
) -> InterpResult<'tcx, Vec<ConstantByte>>The bytes of a value in memory.