Struct mp3_metadata::MP3Metadata
[−]
[src]
pub struct MP3Metadata {
pub duration: Duration,
pub frames: Vec<Frame>,
pub tag: Option<AudioTag>,
}Fields
duration: Duration
frames: Vec<Frame>
tag: Option<AudioTag>
Trait Implementations
impl PartialEq for MP3Metadata[src]
fn eq(&self, __arg_0: &MP3Metadata) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MP3Metadata) -> bool
This method tests for !=.