pub type DeviceGetGainResult = Result<(bool, bool, f32), Error>;

Aliased Type§

enum DeviceGetGainResult {
    Ok((bool, bool, f32)),
    Err(Error),
}

Variants§

§1.0.0

Ok((bool, bool, f32))

Contains the success value

§1.0.0

Err(Error)

Contains the error value