Struct swf_tree::tags::DefineJpeg [] [src]

pub struct DefineJpeg {
    pub id: u16,
    pub image: Vec<u8>,
    pub alpha: Option<Vec<u8>>,
    pub deblocking: Option<u16>,
}

Fields

Trait Implementations

impl Debug for DefineJpeg
[src]

Formats the value using the given formatter.

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