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