Enum parse_qapi::QemuType
[−]
[src]
pub enum QemuType {
Struct(Struct),
Command(Command),
Enum(Enum),
Include {
name: String,
},
Union(Union),
Unknown,
}Variants
Struct(Struct)Command(Command)Enum(Enum)IncludeFields
name: String |
Union(Union)UnknownTrait Implementations
impl PartialEq for QemuType[src]
fn eq(&self, __arg_0: &QemuType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &QemuType) -> bool
This method tests for !=.