Type Alias pxtnSampledCallback

Source
pub type pxtnSampledCallback = Option<unsafe extern "C" fn(user: *mut c_void, pxtn: *const pxtnService) -> bool>;

Aliased Type§

enum pxtnSampledCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const pxtnService) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const pxtnService) -> bool)

Some value of type T.