Type Alias simics::api::base::event::EventCallbackClosure

source ·
pub type EventCallbackClosure = Box<dyn FnMut(*mut ConfObject)>;
Expand description

A callable closure which receives a pointer to the triggering object when an event occurs

Aliased Type§

struct EventCallbackClosure(/* private fields */);