Struct qapi_parser::spec::Struct[][src]

pub struct Struct {
    pub id: String,
    pub data: Data,
    pub base: DataOrType,
}

Fields

Trait Implementations

impl Debug for Struct
[src]

Formats the value using the given formatter. Read more

impl Clone for Struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Struct

impl Sync for Struct