Type Alias fdf_dispatcher_shutdown_observer_t

Source
pub type fdf_dispatcher_shutdown_observer_t = fdf_dispatcher_shutdown_observer;

Aliased Type§

struct fdf_dispatcher_shutdown_observer_t {
    pub handler: Option<unsafe extern "C" fn(*mut fdf_dispatcher, *mut fdf_dispatcher_shutdown_observer)>,
}

Fields§

§handler: Option<unsafe extern "C" fn(*mut fdf_dispatcher, *mut fdf_dispatcher_shutdown_observer)>

Trait Implementations

Source§

impl Clone for fdf_dispatcher_shutdown_observer

Source§

fn clone(&self) -> fdf_dispatcher_shutdown_observer

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for fdf_dispatcher_shutdown_observer

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for fdf_dispatcher_shutdown_observer

Source§

fn default() -> fdf_dispatcher_shutdown_observer

Returns the “default value” for a type. Read more
Source§

impl Copy for fdf_dispatcher_shutdown_observer