Struct qapi_qmp::RESET [] [src]

pub struct RESET {
    pub guest: bool,
}

Fields

Trait Implementations

impl Debug for RESET
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RESET
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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