Struct qapi_qmp::ringbuf_write[][src]

pub struct ringbuf_write {
    pub format: Option<DataFormat>,
    pub device: String,
    pub data: String,
}

Fields

Trait Implementations

impl Debug for ringbuf_write
[src]

Formats the value using the given formatter. Read more

impl Clone for ringbuf_write
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for ringbuf_write
[src]

NAME: &'static str = "ringbuf-write"

Auto Trait Implementations

impl Send for ringbuf_write

impl Sync for ringbuf_write