Struct qapi_qmp::ChardevInfo[][src]

pub struct ChardevInfo {
    pub filename: String,
    pub frontend_open: bool,
    pub label: String,
}

Fields

Trait Implementations

impl Debug for ChardevInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ChardevInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChardevInfo

impl Sync for ChardevInfo