Struct qapi_parser::spec::Struct [−][src]
pub struct Struct {
pub id: String,
pub data: Data,
pub base: DataOrType,
}Fields
id: String
data: Data
base: DataOrType
Trait Implementations
impl Debug for Struct[src]
impl Debug for Structfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Struct[src]
impl Clone for Struct