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
device: Option<String>
head: Option<isize>
events: Vec<InputEvent>
Trait Implementations
impl Debug for input_send_event
[src]
impl Debug for input_send_event
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for input_send_event
[src]
impl Clone for input_send_event
fn clone(&self) -> input_send_event
[src]
fn clone(&self) -> input_send_event
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Command for input_send_event
[src]
impl Command for input_send_event
Auto Trait Implementations
impl Send for input_send_event
impl Send for input_send_event
impl Sync for input_send_event
impl Sync for input_send_event