Struct ei::Port [] [src]

pub struct Port {
    pub node: Atom,
    pub id: u32,
    pub creation: u32,
}

Fields

Trait Implementations

impl Decodable for Port
[src]

Deserialize a value using a Decoder.

impl Encodable for Port
[src]

Serialize a value using an Encoder.

impl Debug for Port
[src]

Formats the value using the given formatter.

impl PartialEq for Port
[src]

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

This method tests for !=.