pub type mxr_device_cb = Option<extern "C" fn(userdata: *mut c_void, device: mxr_uid_t)>;Expand description
Names only the device the event concerns.
Aliased Type§
pub enum mxr_device_cb {
None,
Some(extern "C" fn(*mut c_void, mxr_uid_t)),
}