Struct qapi_qmp::BALLOON_CHANGE[][src]

pub struct BALLOON_CHANGE {
    pub actual: isize,
}

Fields

Trait Implementations

impl Debug for BALLOON_CHANGE
[src]

Formats the value using the given formatter. Read more

impl Clone for BALLOON_CHANGE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for BALLOON_CHANGE
[src]

NAME: &'static str = "BALLOON_CHANGE"

Auto Trait Implementations