Struct qapi_qmp::InetSocketAddressBase[][src]

pub struct InetSocketAddressBase {
    pub port: String,
    pub host: String,
}

Fields

Trait Implementations

impl Debug for InetSocketAddressBase
[src]

Formats the value using the given formatter. Read more

impl Clone for InetSocketAddressBase
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for InetSocketAddressBase

impl Sync for InetSocketAddressBase