Struct qapi_qmp::ChardevCommon[][src]

pub struct ChardevCommon {
    pub logappend: Option<bool>,
    pub logfile: Option<String>,
}

Fields

Trait Implementations

impl Debug for ChardevCommon
[src]

Formats the value using the given formatter. Read more

impl Clone for ChardevCommon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChardevCommon

impl Sync for ChardevCommon