Struct qapi_qmp::InetSocketAddress[][src]

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

Fields

Trait Implementations

impl Debug for InetSocketAddress
[src]

Formats the value using the given formatter. Read more

impl Clone for InetSocketAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for InetSocketAddress

impl Sync for InetSocketAddress