Enum vlc::Meta[][src]

#[repr(C)]
pub enum Meta { Title, Artist, Genre, Copyright, Album, TrackNumber, Description, Rating, Date, Setting, URL, Language, NowPlaying, Publisher, EncodedBy, ArtworkURL, TrackID, TrackTotal, Director, Season, Episode, ShowName, Actors, }

Variants

Trait Implementations

impl Clone for Meta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Meta
[src]

impl PartialEq for Meta
[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 Meta
[src]

impl Hash for Meta
[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 Meta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Meta

impl Sync for Meta