☰
rustc_middle
1.75.0-dev
In rustc_middle::mir::interpret
Modules
allocation
error
pointer
queries
value
Structs
AllocDecodingSession
AllocDecodingState
AllocId
AllocMap
AllocRange
Allocation
BadBytesAccess
ConstAllocation
GlobalId
InitChunkIter
InterpErrorInfo
LitToConstInput
Pointer
ReportedErrorInfo
ScalarSizeMismatch
ValidationErrorInfo
Enums
AllocDiscriminant
AllocError
CheckInAllocMsg
ErrorHandled
ExpectedKind
GlobalAlloc
InitChunk
InterpError
InvalidMetaKind
InvalidProgramInfo
LitToConstError
PointerKind
ResourceExhaustionInfo
Scalar
State
UndefinedBehaviorInfo
UnsupportedOpInfo
ValidationErrorKind
Traits
AllocBytes
MachineStopType
PointerArithmetic
Provenance
Functions
alloc_range
read_target_uint
specialized_encode_alloc_id
struct_error
write_target_uint
Type Aliases
AllocResult
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
>