Re-exports§
pub use self::natural::*;
Modules§
Structs§
- Shared
VmoIo - 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.
Traits§
- Shared
VmoIo Client Handler - A client handler for the SharedVmoIo protocol.
- Shared
VmoIo Local Client Handler - A client handler for the SharedVmoIo protocol.
- Shared
VmoIo Local Server Handler - A server handler for the SharedVmoIo protocol.
- Shared
VmoIo Server Handler - A server handler for the SharedVmoIo protocol.