Type Alias flipperzero_sys::iButtonWorkerEmulateCallback

source ·
pub type iButtonWorkerEmulateCallback = Option<unsafe extern "C" fn(context: *mut c_void, emulated: bool)>;

Aliased Type§

enum iButtonWorkerEmulateCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: bool))

Some value of type T.