Struct vlc::TrackDescription [] [src]

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

Fields

Trait Implementations

impl Clone for TrackDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TrackDescription
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for TrackDescription
[src]

impl Hash for TrackDescription
[src]

[src]

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

1.3.0
[src]

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

impl Debug for TrackDescription
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations