Struct qapi_qmp::VSERPORT_CHANGE[][src]

pub struct VSERPORT_CHANGE {
    pub id: String,
    pub open: bool,
}

Fields

Trait Implementations

impl Debug for VSERPORT_CHANGE
[src]

Formats the value using the given formatter. Read more

impl Clone for VSERPORT_CHANGE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for VSERPORT_CHANGE
[src]

NAME: &'static str = "VSERPORT_CHANGE"

Auto Trait Implementations

impl Send for VSERPORT_CHANGE

impl Sync for VSERPORT_CHANGE