Struct qapi_qmp::ringbuf_read[][src]

pub struct ringbuf_read {
    pub device: String,
    pub size: isize,
    pub format: Option<DataFormat>,
}

Fields

Trait Implementations

impl Debug for ringbuf_read
[src]

Formats the value using the given formatter. Read more

impl Clone for ringbuf_read
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for ringbuf_read
[src]

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

Auto Trait Implementations

impl Send for ringbuf_read

impl Sync for ringbuf_read