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_read
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 ringbuf_read
[src]
impl Clone for ringbuf_read
fn clone(&self) -> ringbuf_read
[src]
fn clone(&self) -> ringbuf_read
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
impl Command for ringbuf_read
[src]
impl Command for ringbuf_read
Auto Trait Implementations
impl Send for ringbuf_read
impl Send for ringbuf_read
impl Sync for ringbuf_read
impl Sync for ringbuf_read