Struct etherdream::network::SearchResult [] [src]

pub struct SearchResult {
    pub ip_address: IpAddr,
    pub broadcast: Broadcast,
}

A DAC found from listening to UDP broadcasts.

Fields

IP address of the DAC.

The Broadcast that was sent.

Trait Implementations

impl Clone for SearchResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SearchResult
[src]

impl Debug for SearchResult
[src]

[src]

Formats the value using the given formatter.