Structs§
- Maybe
Entered Trace Span  - This struct is needed to enforce 
#[must_use]on values produced by enter_trace_span even when the “tracing” feature is not enabled. 
Enums§
- Access
Kind  - Indicates which kind of access is being performed.
 
Traits§
- Eval
Context Ext  - ToHost
 - Convert a softfloat type to its corresponding hostfloat type.
 - ToSoft
 - Convert a hostfloat type to its corresponding softfloat type.
 - ToU64
 - Similarly, a maximum address size of 
u64is assumed widely here, so let’s have ergonomic converion fromusizetou64. - ToUsize
 - We don’t support 16-bit systems, so let’s have ergonomic conversion from 
u32tousize. 
Functions§
- bool_
to_ 🔒simd_ element  - check_
intrinsic_ arg_ count  - Check that the number of args is what we expect.
 - check_
min_ vararg_ count  - Check that the number of varargs is at least the minimum what we expect. Fixed args should not be included.
 - get_
local_ crates  - Retrieve the list of local crates that should have been passed by cargo-miri in
MIRI_LOCAL_CRATES and turn them into 
CrateNums. - isolation_
abort_ error  - iter_
exported_ symbols  - Call 
ffor each exported symbol. - path_
ty_ layout  - Gets the layout of a type at a path.
 - resolve_
path  - Gets an instance for a path.
 - simd_
element_ 🔒to_ bool  - try_
resolve_ 🔒did  - Gets an instance for a path.
 - try_
resolve_ path  - Gets an instance for a path; fails gracefully if the path does not exist.
 - windows_
check_ 🔒buffer_ size  - Check whether an operation that writes to a target buffer was successful. Accordingly select return value. Local helper function to be used in Windows shims.