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§
- Topological
Path - 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§
- Topological
Path Client Handler - A client handler for the TopologicalPath protocol.
- Topological
Path Server Handler - A server handler for the TopologicalPath protocol.