Expand description
Trait-based VMBus channel support.
Structs§
- Control object for enabling subchannels.
- A handle to an offered channel.
- Resources used by an individual channel.
- Resources used by the device to communicate with the guest.
- A control interface for use to restore channels during the lifetime of the
SaveRestoreVmbusDevice::restore
method. - Error indicating that too many subchannels were requested.
Enums§
- An error returned by
RestoreControl::restore
.
Traits§
- Trait for converting into a
Box<dyn Any>
. - Trait for vmbus devices that implement save/restore.
- Trait implemented by VMBus devices.
Functions§
- Offers a new channel, returning a typed handle to get back the original channel when it’s revoked.
- Offers a new channel with the type erased.
Type Aliases§
- An error when opening a channel.