Struct tunein::common::Audio [] [src]

pub struct Audio {
    pub text: String,
    pub subtext: String,
    pub url: String,
    pub bitrate: u16,
    pub reliability: u16,
    pub format: Format,
    pub item: String,
    pub image: String,
    pub guide_id: String,
    pub genre_id: String,
    pub now_playing_id: String,
    pub preset_id: String,
}

Fields

Methods

impl Audio
[src]

Trait Implementations

impl Debug for Audio
[src]

Formats the value using the given formatter.

impl PartialEq for Audio
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.