Struct qapi_qmp::ChardevReturn [−][src]
Fields
pty: Option<String>
Trait Implementations
impl Debug for ChardevReturn[src]
impl Debug for ChardevReturnfn 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 ChardevReturn[src]
impl Clone for ChardevReturnfn clone(&self) -> ChardevReturn[src]
fn clone(&self) -> ChardevReturnReturns 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 ChardevReturn
impl Send for ChardevReturnimpl Sync for ChardevReturn
impl Sync for ChardevReturn