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