Struct flac::metadata::Application [] [src]

pub struct Application {
    pub id: String,
    pub data: Vec<u8>,
}

Data used by third-party applications.

Fields

Registered application ID.

Data used by the third-party application.

Methods

impl Application
[src]

Trait Implementations

impl Debug for Application
[src]

Formats the value using the given formatter.

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