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