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