Crate hello_world
source ·Expand description
A simple crate which has a class with multiple interfaces. This crate is a test case for:
- Registering, signing, and loading a module
- Declaring and instantiating multiple classes
- Declaring and calling functions from multiple interfaces
Modules§
Structs§
- The holder for the object the interface is implemented on and the pointer to the CFFI interface of function pointers
- The holder for the object the interface is implemented on and the pointer to the CFFI interface of function pointers
- The holder for the object the interface is implemented on and the pointer to the CFFI interface of function pointers
- The holder for the object the interface is implemented on and the pointer to the CFFI interface of function pointers
- The internal interface for the interface, which contains all the function pointers called from the simulator
- The internal interface for the interface, which contains all the function pointers called from the simulator
- The internal interface for the interface, which contains all the function pointers called from the simulator
- The internal interface for the interface, which contains all the function pointers called from the simulator
Statics§
- The module capabilities list
- The module build date
Functions§
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- FFI wrapper
- Exported symbol called by simics when module is loaded
- init 🔒