pub type DeviceGetNormalizedBrightnessScaleResult = Result<f64, i32>;

Aliased Type§

enum DeviceGetNormalizedBrightnessScaleResult {
    Ok(f64),
    Err(i32),
}

Variants§

§1.0.0

Ok(f64)

Contains the success value

§1.0.0

Err(i32)

Contains the error value