Struct qapi_qmp::ChardevRingbuf [−][src]
pub struct ChardevRingbuf {
pub base: ChardevCommon,
pub size: Option<isize>,
}Fields
base: ChardevCommon
size: Option<isize>
Trait Implementations
impl Debug for ChardevRingbuf[src]
impl Debug for ChardevRingbuffn 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 ChardevRingbuf[src]
impl Clone for ChardevRingbuffn clone(&self) -> ChardevRingbuf[src]
fn clone(&self) -> ChardevRingbufReturns 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 ChardevRingbuf
impl Send for ChardevRingbufimpl Sync for ChardevRingbuf
impl Sync for ChardevRingbuf