Skip to main content

fdf_env_driver_shutdown_handler_t

Type Alias fdf_env_driver_shutdown_handler_t 

Source
pub type fdf_env_driver_shutdown_handler_t = Option<unsafe extern "C" fn(driver: *const c_void, observer: *mut fdf_env_driver_shutdown_observer_t)>;
Expand description

Called when the asynchronous shutdown for all dispatchers owned by |driver| has completed.

Aliased Type§

pub enum fdf_env_driver_shutdown_handler_t {
    None,
    Some(unsafe extern "C" fn(*const c_void, *mut fdf_env_driver_shutdown_observer)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, *mut fdf_env_driver_shutdown_observer))

Some value of type T.