Struct vlc::TrackDescription[][src]

pub struct TrackDescription {
    pub id: i32,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Clone for TrackDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TrackDescription
[src]

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

This method tests for !=.

impl Eq for TrackDescription
[src]

impl Hash for TrackDescription
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for TrackDescription
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations