Struct qapi_qmp::ChardevVC[][src]

pub struct ChardevVC {
    pub base: ChardevCommon,
    pub cols: Option<isize>,
    pub width: Option<isize>,
    pub rows: Option<isize>,
    pub height: Option<isize>,
}

Fields

Trait Implementations

impl Debug for ChardevVC
[src]

Formats the value using the given formatter. Read more

impl Clone for ChardevVC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChardevVC

impl Sync for ChardevVC