Struct eetf::Pid [] [src]

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

Process Identifier.

Fields

Methods

impl Pid
[src]

Trait Implementations

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

impl Clone for Pid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Pid
[src]

Formats the value using the given formatter. Read more

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

Performs the conversion.