Struct swf_tree::fill_styles::Bitmap [] [src]

pub struct Bitmap {
    pub bitmap_id: u16,
    pub matrix: Matrix,
    pub repeating: bool,
    pub smoothed: bool,
}

Fields

Trait Implementations

impl Debug for Bitmap
[src]

Formats the value using the given formatter.

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