Struct mp3_metadata::MP3Metadata [] [src]

pub struct MP3Metadata {
    pub duration: Duration,
    pub frames: Vec<Frame>,
    pub tag: Option<AudioTag>,
    pub optional_info: Vec<OptionalAudioTags>,
}

Fields

Trait Implementations

impl Debug for MP3Metadata
[src]

Formats the value using the given formatter.

impl PartialEq for MP3Metadata
[src]

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

This method tests for !=.