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
base: ChardevCommon
cols: Option<isize>
width: Option<isize>
rows: Option<isize>
height: Option<isize>
Trait Implementations
impl Debug for ChardevVC
[src]
impl Debug for ChardevVC
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 ChardevVC
[src]
impl Clone for ChardevVC