Crate fdf_core

Crate fdf_core 

Source
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.