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