Struct qapi_qmp::balloon[][src]

pub struct balloon {
    pub value: isize,
}

Fields

Trait Implementations

impl Debug for balloon
[src]

Formats the value using the given formatter. Read more

impl Clone for balloon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for balloon
[src]

NAME: &'static str = "balloon"

Auto Trait Implementations

impl Send for balloon

impl Sync for balloon