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