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