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

pub struct Status {
    pub request_id: i32,
    pub applications: Vec<Application>,
    pub is_active_input: bool,
    pub is_stand_by: bool,
    pub volume: Volume,
}

Describes the current status of the receiver cast device.

Fields

Unique id of the request that requested the status.

Contains the list of applications that are currently run.

Determines whether the Cast device is the active input or not.

Determines whether the Cast device is in stand by mode.

Volume parameters of the currently active cast device.

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Status

impl Sync for Status