Skip to main content

Crate fidl_next_common_fuchsia_device_fs

Crate fidl_next_common_fuchsia_device_fs 

Source

Re-exports§

pub use self::natural::*;

Modules§

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

Structs§

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§

TopologicalPathClientHandler
A client handler for the TopologicalPath protocol.
TopologicalPathServerHandler
A server handler for the TopologicalPath protocol.