Struct qapi_qmp::VsockSocketAddress[][src]

pub struct VsockSocketAddress {
    pub port: String,
    pub cid: String,
}

Fields

Trait Implementations

impl Debug for VsockSocketAddress
[src]

Formats the value using the given formatter. Read more

impl Clone for VsockSocketAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations