qemu/rust/qemu-api-macros/src
Paolo Bonzini f07a5674cf rust: qemu_api_macros: add Wrapper derive macro
Add a derive macro that makes it easy to peel off all the layers of
specialness (UnsafeCell, MaybeUninit, etc.) and just get a pointer
to the wrapped type; and likewise add them back starting from a
*mut.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-03-06 12:44:46 +01:00
..
lib.rs rust: qemu_api_macros: add Wrapper derive macro 2025-03-06 12:44:46 +01:00
utils.rs rust: qemu-api-macros: extend error reporting facility to parse errors 2025-01-10 23:34:43 +01:00