Struct qapi_qmp::ringbuf_write
[−]
[src]
pub struct ringbuf_write { pub format: Option<DataFormat>, pub device: String, pub data: String, }
Fields
format: Option<DataFormat>
device: String
data: String
Trait Implementations
impl Debug for ringbuf_write
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for ringbuf_write
[src]
fn clone(&self) -> ringbuf_write
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more