Struct ei::Pid [] [src]

pub struct Pid {
    pub node: Atom,
    pub num: u32,
    pub serial: u32,
    pub creation: u32,
}

Fields

Trait Implementations

impl Decodable for Pid
[src]

Deserialize a value using a Decoder.

impl Encodable for Pid
[src]

Serialize a value using an Encoder.

impl Debug for Pid
[src]

Formats the value using the given formatter.

impl PartialEq for Pid
[src]

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

This method tests for !=.