Struct connectr::webapi::PlayerState [] [src]

pub struct PlayerState {
    pub timestamp: i64,
    pub device: ConnectDevice,
    pub progress_ms: Option<u32>,
    pub is_playing: bool,
    pub item: Option<ConnectPlaybackItem>,
    pub shuffle_state: bool,
    pub repeat_state: String,
    pub context: Option<ConnectContext>,
}

Fields

Trait Implementations

impl Debug for PlayerState
[src]

Formats the value using the given formatter.

impl Display for PlayerState
[src]

Formats the value using the given formatter. Read more