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