Struct dpt::DPTNode [] [src]

pub struct DPTNode {
    pub address: IpAddr,
    pub tcp_port: u16,
    pub udp_port: u16,
    pub id: H512,
}

DPT node used by a DPT stream

Fields

Methods

impl DPTNode
[src]

[src]

The TCP socket address of this node

[src]

The UDP socket address of this node

[src]

Trait Implementations

impl Debug for DPTNode
[src]

[src]

Formats the value using the given formatter.

impl Clone for DPTNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DPTNode
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for DPTNode
[src]