Struct qapi_qmp::chardev_remove[][src]

pub struct chardev_remove {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for chardev_remove
[src]

Formats the value using the given formatter. Read more

impl Clone for chardev_remove
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for chardev_remove
[src]

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

Auto Trait Implementations

impl Send for chardev_remove

impl Sync for chardev_remove