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