Skip to main content

Crate fidl_next_common_fuchsia_hardware_interconnect

Crate fidl_next_common_fuchsia_hardware_interconnect 

Source

Re-exports§

pub use self::natural::*;

Modules§

device
generic
natural
path
wire
wire_optional

Structs§

Device
The type corresponding to the Device protocol.
Path
The type corresponding to the Path protocol. Represents a path from a node in one interconnect to another.

Constants§

EDGES_MAX
The largest allowed number of edges from one node to another.
NAME_MAX_LENGTH
The longest allowed length for an interconnect or node name.

Traits§

DeviceClientHandler
A client handler for the Device protocol.
DeviceLocalClientHandler
A client handler for the Device protocol.
DeviceLocalServerHandler
A server handler for the Device protocol.
DeviceServerHandler
A server handler for the Device protocol.
PathClientHandler
A client handler for the Path protocol.
PathLocalClientHandler
A client handler for the Path protocol.
PathLocalServerHandler
A server handler for the Path protocol.
PathServerHandler
A server handler for the Path protocol.