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

pub struct Application {
    pub app_id: String,
    pub session_id: String,
    pub transport_id: String,
    pub namespaces: Vec<String>,
    pub display_name: String,
    pub status_text: String,
}

Structure that describes currently run Cast Device application.

Fields

The identifier of the Cast application. Not for display.

Session id of the currently active application.

Name of the pipe to talk to the application.

A list of the namespaces supported by the receiver application.

The human-readable name of the Cast application, for example, "YouTube".

Descriptive text for the current application content, for example “My vacations”.

Trait Implementations

impl Debug for Application
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Application

impl Sync for Application