Struct rust_cast::channels::receiver::Volume [] [src]

pub struct Volume {
    pub level: Option<f32>,
    pub muted: Option<bool>,
}

Structure that describes possible cast device volume options.

Fields

level: Option<f32>

Volume level.

muted: Option<bool>

Mute/unmute state.

Trait Implementations

impl Debug for Volume
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.