Struct rtag::frame::APIC [] [src]

pub struct APIC {
    pub text_encoding: TextEncoding,
    pub mime_type: String,
    pub picture_type: PictureType,
    pub description: String,
    pub picture_data: Vec<u8>,
}

Attached picture

Not yet tested!

Fields

Trait Implementations

impl Clone for APIC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for APIC
[src]

Formats the value using the given formatter.

impl PartialEq for APIC
[src]

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

This method tests for !=.

impl FrameReaderDefault<APIC> for APIC
[src]

impl FrameWriterDefault for APIC
[src]