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 ChardevFile
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 ChardevFile
[src]
impl Clone for ChardevFile
fn clone(&self) -> ChardevFile
[src]
fn clone(&self) -> ChardevFile
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 ChardevFile
impl Send for ChardevFile
impl Sync for ChardevFile
impl Sync for ChardevFile