Struct qapi_qmp::RESET[][src]

pub struct RESET {
    pub guest: bool,
}

Fields

Trait Implementations

impl Debug for RESET
[src]

Formats the value using the given formatter. Read more

impl Clone for RESET
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for RESET
[src]

NAME: &'static str = "RESET"

Auto Trait Implementations

impl Send for RESET

impl Sync for RESET