Type Definition panda_sys::hotplug_fn[][src]

pub type hotplug_fn = Option<unsafe extern "C" fn(plug_handler: *mut HotplugHandler, plugged_dev: *mut DeviceState, errp: *mut *mut Error)>;
Expand description

hotplug_fn: @plug_handler: a device performing plug/uplug action @plugged_dev: a device that has been (un)plugged @errp: returns an error if this function fails