☰
In rustc_middle::mir::interpret
In rustc_middle::mir::interpret
Modules
allocation
error
pointer
queries
value
Structs
AllocDecodingSession
AllocDecodingState
AllocId
AllocMap
AllocRange
Allocation
ConstAlloc
ConstAllocation
GlobalId
InitChunkIter
InitMask
InterpErrorInfo
LitToConstInput
Pointer
ProvenanceMap
ScalarSizeMismatch
UninitBytesAccess
Enums
AllocDiscriminant
CheckInAllocMsg
ConstValue
ErrorHandled
GlobalAlloc
InitChunk
InterpError
InvalidProgramInfo
LitToConstError
ResourceExhaustionInfo
Scalar
State
UndefinedBehaviorInfo
UnsupportedOpInfo
Traits
MachineStopType
PointerArithmetic
Provenance
Functions
alloc_range
get_slice_bytes
read_target_uint
specialized_encode_alloc_id
struct_error
write_target_uint
Type Definitions
DecodingSessionId
EvalToAllocationRawResult
EvalToConstValueResult
EvalToValTreeResult
InterpResult
?
Function
rustc_middle
::
mir
::
interpret
::
write_target_uint
source
·
[
−
]
pub fn write_target_uint(
endianness:
Endian
,
target: &mut [
u8
],
data:
u128
) ->
Result
<
()
,
Error
>