Struct wemo::SsdpResponse [] [src]

pub struct SsdpResponse {
    pub serial_number: String,
    pub ip_address: IpAddr,
    pub port: u16,
    pub setup_url: Url,
}

WeMo Device SSDP Responses.

Fields

Trait Implementations

impl Clone for SsdpResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SsdpResponse
[src]

Formats the value using the given formatter.