Struct qapi_parser::spec::PragmaDocRequired[][src]

pub struct PragmaDocRequired {
    pub doc_required: bool,
}

Fields

Trait Implementations

impl Debug for PragmaDocRequired
[src]

Formats the value using the given formatter. Read more

impl Clone for PragmaDocRequired
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PragmaDocRequired

impl Sync for PragmaDocRequired