Struct parse_qapi::Section
[−]
[src]
pub struct Section {
pub description: Vec<String>,
pub qemu_type: QemuType,
}Fields
description: Vec<String>
qemu_type: QemuType
Trait Implementations
impl PartialEq for Section[src]
fn eq(&self, __arg_0: &Section) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Section) -> bool
This method tests for !=.