Expand description
Implements calling functions from a native library.
Modules§
Structs§
- Access
Range - The memory touched by a given access.
- MemEvents
- The final results of an FFI trace, containing every relevant event detected by the tracer.
Enums§
- Access
Event - A single memory access.
- CArg 🔒
- Enum of supported arguments to external C functions.
Traits§
Functions§
- imm_
to_ 🔒carg - Extract the scalar value from the result of reading a scalar from the machine,
and convert it to a
CArg
.