Skip to main content

Module prelude

Structs§

SharedVmoIo
The type corresponding to the SharedVmoIo protocol. This is a generic protocol for driver IO using shared VMOs. Drivers may compose this protocol and choose which methods to implement based on the uses of the hardware. This protocol is only intended for simple use cases.
SharedVmoIoExchangeRequest
SharedVmoIoReceiveRequest
SharedVmoIoTransmitRequest

Traits§

SharedVmoIoClientHandler
A client handler for the SharedVmoIo protocol.
SharedVmoIoLocalClientHandler
A client handler for the SharedVmoIo protocol.
SharedVmoIoLocalServerHandler
A server handler for the SharedVmoIo protocol.
SharedVmoIoServerHandler
A server handler for the SharedVmoIo protocol.

Type Aliases§

SharedVmoIoExchangeResponse
SharedVmoIoReceiveResponse
SharedVmoIoTransmitResponse