Struct qapi_qmp::InetSocketAddress [] [src]

pub struct InetSocketAddress {
    pub numeric: Option<bool>,
    pub to: Option<u16>,
    pub ipv4: Option<bool>,
    pub ipv6: Option<bool>,
}

Fields

Trait Implementations

impl Debug for InetSocketAddress
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InetSocketAddress
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations