Enum parse_qapi::QemuType [] [src]

pub enum QemuType {
    Struct(Struct),
    Command(Command),
    Enum(Enum),
    Include {
        name: String,
    },
    Event(Event),
    Union(Union),
    Unknown,
}

Variants

Fields of Include

Trait Implementations

impl Debug for QemuType
[src]

Formats the value using the given formatter.

impl PartialEq for QemuType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.