Struct qapi_qmp::ringbuf_read [−][src]
pub struct ringbuf_read {
pub device: String,
pub size: isize,
pub format: Option<DataFormat>,
}Fields
device: String
size: isize
format: Option<DataFormat>
Trait Implementations
impl Debug for ringbuf_read[src]
impl Debug for ringbuf_readfn 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 ringbuf_read[src]
impl Clone for ringbuf_readfn clone(&self) -> ringbuf_read[src]
fn clone(&self) -> ringbuf_readReturns 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
impl Command for ringbuf_read[src]
impl Command for ringbuf_readAuto Trait Implementations
impl Send for ringbuf_read
impl Send for ringbuf_readimpl Sync for ringbuf_read
impl Sync for ringbuf_read