Skip to main content

PrismAvailabilityBaselineCallback

Type Alias PrismAvailabilityBaselineCallback 

Source
pub type PrismAvailabilityBaselineCallback = Option<unsafe extern "C" fn(userdata: *mut c_void)>;
Expand description

The type of a function invoked once the poll thread has established its availability baseline.

Aliased Type§

pub enum PrismAvailabilityBaselineCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void))

Some value of type T.