Module qemu_plugin::plugin
source · Expand description
Traits and helpers enabling idiomatic QEMU plugin implementation
Statics
- The global plugin item
Traits
- Trait implemented by structs which have callbacks which should be registered with QEMU
- Trait implemented by structs which are QEMU plugin contexts
- Trait which implemenents registering the callbacks implemented on a struct which
HasCallbacks
with QEMU