Struct swf_tree::tags::DefineBitmap
[−]
[src]
pub struct DefineBitmap { pub id: u16, pub width: u16, pub height: u16, pub data: Vec<u8>, }
Fields
id: u16
width: u16
height: u16
data: Vec<u8>
Trait Implementations
impl Debug for DefineBitmap
[src]
impl PartialEq for DefineBitmap
[src]
fn eq(&self, __arg_0: &DefineBitmap) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DefineBitmap) -> bool
This method tests for !=
.