Struct qapi_qmp::ChardevStdio[][src]

pub struct ChardevStdio {
    pub signal: Option<bool>,
}

Fields

Trait Implementations

impl Debug for ChardevStdio
[src]

Formats the value using the given formatter. Read more

impl Clone for ChardevStdio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations