Crate fdf_env

Source
Expand description

Safe bindings for driver runtime environment.

Modules§

test
Helpers for writing tests using drivers and dispatchers

Structs§

Driver
An owned handle to a Driver instance that can be used to create initial dispatchers.
DriverRef
A lifetime-bound reference to a driver handle.
Environment
The driver runtime environment
UnownedDriver
An unowned handle to the driver that is returned through certain environment APIs like |get_driver_on_thread_koid|.

Traits§

DriverShutdownObserverFn
A marker trait for a function that can be used as a driver shutdown observer with Driver::shutdown.