Struct swf_tree::tags::JpegTables [] [src]

pub struct JpegTables {
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for JpegTables
[src]

Formats the value using the given formatter.

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