Struct qapi_qmp::chardev_send_break[][src]

pub struct chardev_send_break {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for chardev_send_break
[src]

Formats the value using the given formatter. Read more

impl Clone for chardev_send_break
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for chardev_send_break
[src]

NAME: &'static str = "chardev-send-break"

Auto Trait Implementations

impl Send for chardev_send_break

impl Sync for chardev_send_break