Expand description
Bindings for the core of the fuchsia driver framework C API
Modules§
- dispatcher
- Safe bindings for the driver runtime dispatcher stable ABI
- handle
- Safe bindings for driver runtime handles and collections of mixed driver and zircon handles.
- shutdown_
observer - Utility struct for constructing a shutdown observer compatible with rust callbacks.
Functions§
- dispatcher_
ptr - Gets the inner pointer of a dispatcher ref
- override_
current_ dispatcher - Overrides the current dispatcher used by [
dispatcher::CurrentDispatcher::on_dispatcher] while the callback is being called.