Struct qapi_qmp::chardev_send_break [−][src]
pub struct chardev_send_break { pub id: String, }
Fields
id: String
Trait Implementations
impl Debug for chardev_send_break
[src]
impl Debug for chardev_send_break
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 chardev_send_break
[src]
impl Clone for chardev_send_break
fn clone(&self) -> chardev_send_break
[src]
fn clone(&self) -> chardev_send_break
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 chardev_send_break
[src]
impl Command for chardev_send_break
Auto Trait Implementations
impl Send for chardev_send_break
impl Send for chardev_send_break
impl Sync for chardev_send_break
impl Sync for chardev_send_break