Modules§
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- connector
- topological_
path
Structs§
- Connection
Type - Connector
- The type corresponding to the Connector protocol. A connector lets a client forward the server end of a protocol.
- Connector
Connect Request - Devfs
AddArgs - Topological
Path - The type corresponding to the TopologicalPath protocol.
- Topological
Path GetTopological Path Response - Wire
Connection Type - The wire type corresponding to
ConnectionType
. - Wire
Connector Connect Request - The wire type corresponding to
ConnectorConnectRequest
. - Wire
Devfs AddArgs - The wire type corresponding to
DevfsAddArgs
. - Wire
Topological Path GetTopological Path Response - The wire type corresponding to
TopologicalPathGetTopologicalPathResponse
.
Constants§
- DEVICE_
CONTROLLER_ NAME - This name is reserved for accessing the fuchsia.device/Controller protocol within /dev/. No devices can be created with this name.
- DEVICE_
PROTOCOL_ NAME - This name is reserved for accessing the device specific protocol within /dev/. No devices can be created with this name.
- DEVICE_
TOPOLOGY_ NAME - This name is reserved for accessing the fuchsia.device.fs/TopologicalPath protocol within /dev/. No devices can be created with this name.
- MAX_
DEVICE_ PATH_ LEN - Maximum length of a device path
- MAX_
DRIVER_ PATH_ LEN - Maximum length for a driver path
Traits§
- Connector
Client Handler - A client handler for the Connector protocol.
- Connector
Client Sender - A helper trait for the
Connector
client sender. - Connector
Server Handler - A server handler for the Connector protocol.
- Connector
Server Sender - A helper trait for the
Connector
server sender. - Topological
Path Client Handler - A client handler for the TopologicalPath protocol.
- Topological
Path Client Sender - A helper trait for the
TopologicalPath
client sender. - Topological
Path Server Handler - A server handler for the TopologicalPath protocol.
- Topological
Path Server Sender - A helper trait for the
TopologicalPath
server sender.