Struct qapi_qmp::closefd[][src]

pub struct closefd {
    pub fdname: String,
}

Fields

Trait Implementations

impl Debug for closefd
[src]

Formats the value using the given formatter. Read more

impl Clone for closefd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for closefd
[src]

NAME: &'static str = "closefd"

Auto Trait Implementations

impl Send for closefd

impl Sync for closefd