Skip to main content

Crate fidl_next_fuchsia_hardware_mailbox

Crate fidl_next_fuchsia_hardware_mailbox 

Source

Re-exports§

pub use self::natural::*;

Modules§

channel
generic
listener
natural
wire
wire_optional

Structs§

Channel
The type corresponding to the Channel protocol. Channel represents a single mailbox channel that can be used to send messages to a destination core.
ChannelInfo
ChannelSendMessageRequest
ChannelSendRequestRequest
ChannelSendRequestResponse
ControllerInfo
ControllerInfo is passed to mailbox controller drivers via metadata.
Listener
The type corresponding to the Listener protocol. Listener is used to receive messages from a mailbox channel.
ListenerOnMessageRequest
ListenerOnRequestRequest
ListenerOnRequestResponse
Service
The type corresponding to the Service service.
ServiceConnector
A strongly-typed service connector for the Service service.

Traits§

ChannelClientHandler
A client handler for the Channel protocol.
ChannelLocalClientHandler
A client handler for the Channel protocol.
ChannelLocalServerHandler
A server handler for the Channel protocol.
ChannelServerHandler
A server handler for the Channel protocol.
ListenerClientHandler
A client handler for the Listener protocol.
ListenerLocalClientHandler
A client handler for the Listener protocol.
ListenerLocalServerHandler
A server handler for the Listener protocol.
ListenerServerHandler
A server handler for the Listener protocol.
ServiceHandler
A service handler for the Service service.

Type Aliases§

ChannelRegisterListenerResponse
ChannelSendMessageResponse
ListenerOnMessageResponse