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