Struct mp3_metadata::AudioTag
[−]
[src]
pub struct AudioTag {
pub title: String,
pub artist: String,
pub album: String,
pub year: u16,
pub comment: String,
pub genre: Genre,
}Fields
title: String
artist: String
album: String
year: u16
comment: String
genre: Genre
Trait Implementations
impl PartialEq for AudioTag[src]
fn eq(&self, __arg_0: &AudioTag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AudioTag) -> bool
This method tests for !=.