Skip to main content

fdf_dispatcher_shutdown_handler_t

Type Alias fdf_dispatcher_shutdown_handler_t 

Source
pub type fdf_dispatcher_shutdown_handler_t = Option<unsafe extern "C" fn(dispatcher: *mut fdf_dispatcher_t, observer: *mut fdf_dispatcher_shutdown_observer_t)>;
Expand description

Called when the asynchronous shutdown for |dispatcher| has completed.

Aliased Type§

pub enum fdf_dispatcher_shutdown_handler_t {
    None,
    Some(unsafe extern "C" fn(*mut fdf_dispatcher, *mut fdf_dispatcher_shutdown_observer)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut fdf_dispatcher, *mut fdf_dispatcher_shutdown_observer))

Some value of type T.