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