PhidgetPHSensor_OnPHChangeCallback

Type Alias PhidgetPHSensor_OnPHChangeCallback 

Source
pub type PhidgetPHSensor_OnPHChangeCallback = Option<unsafe extern "C" fn(ch: PhidgetPHSensorHandle, ctx: *mut c_void, PH: f64)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _PhidgetPHSensor, *mut c_void, f64))

Some value of type T.