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