Struct qapi_qmp::nbd_server_start[][src]

pub struct nbd_server_start {
    pub tls_creds: Option<String>,
    pub addr: SocketAddressLegacy,
}

Fields

Trait Implementations

impl Debug for nbd_server_start
[src]

Formats the value using the given formatter. Read more

impl Clone for nbd_server_start
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for nbd_server_start
[src]

NAME: &'static str = "nbd-server-start"

Auto Trait Implementations

impl Send for nbd_server_start

impl Sync for nbd_server_start