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 ChardevHostdevfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ChardevHostdev[src]
impl Clone for ChardevHostdevfn clone(&self) -> ChardevHostdev[src]
fn clone(&self) -> ChardevHostdevReturns 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 ChardevHostdevimpl Sync for ChardevHostdev
impl Sync for ChardevHostdev