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]

The TCP socket address of this node

The UDP socket address of this node

Trait Implementations

impl Debug for DPTNode
[src]

Formats the value using the given formatter.

impl Clone for DPTNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more