Struct qapi_qmp::add_fd[][src]

pub struct add_fd {
    pub fdset_id: Option<isize>,
    pub opaque: Option<String>,
}

Fields

Trait Implementations

impl Debug for add_fd
[src]

Formats the value using the given formatter. Read more

impl Clone for add_fd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for add_fd
[src]

NAME: &'static str = "add-fd"

Auto Trait Implementations

impl Send for add_fd

impl Sync for add_fd