Crate fidl_next_fuchsia_device_fs

Crate fidl_next_fuchsia_device_fs 

Source

Re-exports§

pub use self::natural::*;

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
connector
natural
topological_path
wire
wire_optional

Structs§

Connector
The type corresponding to the Connector protocol. A connector lets a client forward the server end of a protocol.
TopologicalPath
The type corresponding to the TopologicalPath protocol.

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§

ConnectorClientHandler
A client handler for the Connector protocol.
ConnectorServerHandler
A server handler for the Connector protocol.
TopologicalPathClientHandler
A client handler for the TopologicalPath protocol.
TopologicalPathServerHandler
A server handler for the TopologicalPath protocol.