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