Type Alias panda_sys::qdev_event

source ·
pub type qdev_event = Option<unsafe extern "C" fn(dev: *mut DeviceState) -> c_int>;

Aliased Type§

enum qdev_event {
    None,
    Some(unsafe extern "C" fn(_: *mut DeviceState) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut DeviceState) -> i32)

Some value of type T.