#[andr_instantiate]
Expand description
Adjusted from https://users.rust-lang.org/t/solved-derive-and-proc-macro-add-field-to-an-existing-struct/52307/3 Adds all fields required to instantiate an ADO to a struct.
Includes:
- Kernel Address for interacting with aOS
- Owner of the ADO (optional, assumed to be sender otherwise)
- Modules (optional, requires
modules
feature)