Struct qapi_qmp::ChardevSpiceChannel [−][src]
pub struct ChardevSpiceChannel {
pub base: ChardevCommon,
pub type_: String,
}Fields
base: ChardevCommon
type_: String
Trait Implementations
impl Debug for ChardevSpiceChannel[src]
impl Debug for ChardevSpiceChannelfn 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 ChardevSpiceChannel[src]
impl Clone for ChardevSpiceChannelfn clone(&self) -> ChardevSpiceChannel[src]
fn clone(&self) -> ChardevSpiceChannelReturns 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 ChardevSpiceChannel
impl Send for ChardevSpiceChannelimpl Sync for ChardevSpiceChannel
impl Sync for ChardevSpiceChannel