Struct qapi_qmp::input_send_event[][src]

pub struct input_send_event {
    pub device: Option<String>,
    pub head: Option<isize>,
    pub events: Vec<InputEvent>,
}

Fields

Trait Implementations

impl Debug for input_send_event
[src]

Formats the value using the given formatter. Read more

impl Clone for input_send_event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for input_send_event
[src]

NAME: &'static str = "input-send-event"

Auto Trait Implementations

impl Send for input_send_event

impl Sync for input_send_event