Struct qapi_qmp::ChardevFile [] [src]

pub struct ChardevFile {
    pub in_: Option<String>,
    pub append: Option<bool>,
    pub out: String,
}

Fields

Trait Implementations

impl Debug for ChardevFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChardevFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChardevFile

impl Sync for ChardevFile