Struct swf_tree::NamedId [] [src]

pub struct NamedId {
    pub id: u16,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for NamedId
[src]

Formats the value using the given formatter.

impl PartialEq for NamedId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NamedId
[src]