Struct eetf::Port [] [src]

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

Port.

Fields

Trait Implementations

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 !=.

impl Clone for Port
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Port
[src]

Formats the value using the given formatter. Read more

impl<'a> From<(&'a str, u32)> for Port
[src]

Performs the conversion.