Struct qapi_qmp::chardev_change[][src]

pub struct chardev_change {
    pub backend: ChardevBackend,
    pub id: String,
}

Fields

Trait Implementations

impl Debug for chardev_change
[src]

Formats the value using the given formatter. Read more

impl Clone for chardev_change
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for chardev_change
[src]

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

Auto Trait Implementations

impl Send for chardev_change

impl Sync for chardev_change