Struct qapi_qmp::ChardevFile [−][src]
pub struct ChardevFile {
pub base: ChardevCommon,
pub in_: Option<String>,
pub out: String,
pub append: Option<bool>,
}Fields
base: ChardevCommon
in_: Option<String>
out: String
append: Option<bool>
Trait Implementations
impl Debug for ChardevFile[src]
impl Debug for ChardevFilefn 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 ChardevFile[src]
impl Clone for ChardevFilefn clone(&self) -> ChardevFile[src]
fn clone(&self) -> ChardevFileReturns 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 ChardevFile
impl Send for ChardevFileimpl Sync for ChardevFile
impl Sync for ChardevFile