Struct swf_tree::tags::DefineBitmap [] [src]

pub struct DefineBitmap {
    pub id: u16,
    pub width: u16,
    pub height: u16,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for DefineBitmap
[src]

Formats the value using the given formatter.

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