Struct qapi_qmp::ChardevRingbuf[][src]

pub struct ChardevRingbuf {
    pub base: ChardevCommon,
    pub size: Option<isize>,
}

Fields

Trait Implementations

impl Debug for ChardevRingbuf
[src]

Formats the value using the given formatter. Read more

impl Clone for ChardevRingbuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChardevRingbuf

impl Sync for ChardevRingbuf