Re-exports§
pub use self::natural::*;
Modules§
Structs§
- Shared
VmoBuffer - 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.
- Shared
VmoIo Exchange Request - Shared
VmoIo Receive Request - Shared
VmoIo Transmit Request - Shared
VmoRegister - The type corresponding to the SharedVmoRegister protocol. This is a generic protocol for sharing VMOs that drivers may compose.
- Shared
VmoRegister Unregister VmoRequest - Shared
VmoRight
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.
- Shared
VmoRegister Client Handler - A client handler for the SharedVmoRegister protocol.
- Shared
VmoRegister Local Client Handler - A client handler for the SharedVmoRegister protocol.
- Shared
VmoRegister Local Server Handler - A server handler for the SharedVmoRegister protocol.
- Shared
VmoRegister Server Handler - A server handler for the SharedVmoRegister protocol.