Struct rtag::frame::PIC [] [src]

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

Fields

Trait Implementations

impl Clone for PIC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PIC
[src]

Formats the value using the given formatter.

impl PartialEq for PIC
[src]

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

This method tests for !=.

impl FrameReaderDefault<PIC> for PIC
[src]

impl FrameWriterDefault for PIC
[src]