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