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