Struct qapi_qmp::x_oob_test[][src]

pub struct x_oob_test {
    pub lock: bool,
}

Fields

Trait Implementations

impl Debug for x_oob_test
[src]

Formats the value using the given formatter. Read more

impl Clone for x_oob_test
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for x_oob_test
[src]

NAME: &'static str = "x-oob-test"

Auto Trait Implementations

impl Send for x_oob_test

impl Sync for x_oob_test