Struct qapi_qmp::remove_fd[][src]

pub struct remove_fd {
    pub fdset_id: isize,
    pub fd: Option<isize>,
}

Fields

Trait Implementations

impl Debug for remove_fd
[src]

Formats the value using the given formatter. Read more

impl Clone for remove_fd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for remove_fd
[src]

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

Auto Trait Implementations

impl Send for remove_fd

impl Sync for remove_fd