Struct qapi_qmp::nbd_server_add[][src]

pub struct nbd_server_add {
    pub name: Option<String>,
    pub device: String,
    pub writable: Option<bool>,
}

Fields

Trait Implementations

impl Debug for nbd_server_add
[src]

Formats the value using the given formatter. Read more

impl Clone for nbd_server_add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for nbd_server_add
[src]

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

Auto Trait Implementations

impl Send for nbd_server_add

impl Sync for nbd_server_add