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