Skip to main content

mxr_device_cb

Type Alias mxr_device_cb 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*mut c_void, mxr_uid_t))

Some value of type T.