Struct qapi_qmp::getfd[][src]

pub struct getfd {
    pub fdname: String,
}

Fields

Trait Implementations

impl Debug for getfd
[src]

Formats the value using the given formatter. Read more

impl Clone for getfd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for getfd
[src]

NAME: &'static str = "getfd"

Auto Trait Implementations

impl Send for getfd

impl Sync for getfd