Struct qapi_qmp::NetdevSocketOptions[][src]

pub struct NetdevSocketOptions {
    pub listen: Option<String>,
    pub udp: Option<String>,
    pub fd: Option<String>,
    pub mcast: Option<String>,
    pub connect: Option<String>,
    pub localaddr: Option<String>,
}

Fields

Trait Implementations

impl Debug for NetdevSocketOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for NetdevSocketOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetdevSocketOptions

impl Sync for NetdevSocketOptions