Struct swf_tree::fill_styles::Bitmap
[−]
[src]
pub struct Bitmap {
pub bitmap_id: u16,
pub matrix: Matrix,
pub repeating: bool,
pub smoothed: bool,
}Fields
bitmap_id: u16
matrix: Matrix
repeating: bool
smoothed: bool
Trait Implementations
impl Debug for Bitmap[src]
impl PartialEq for Bitmap[src]
fn eq(&self, __arg_0: &Bitmap) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Bitmap) -> bool
This method tests for !=.