Struct qapi_qmp::BALLOON_CHANGE [−][src]
pub struct BALLOON_CHANGE {
pub actual: isize,
}Fields
actual: isize
Trait Implementations
impl Debug for BALLOON_CHANGE[src]
impl Debug for BALLOON_CHANGEfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BALLOON_CHANGE[src]
impl Clone for BALLOON_CHANGEfn clone(&self) -> BALLOON_CHANGE[src]
fn clone(&self) -> BALLOON_CHANGEReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Event for BALLOON_CHANGE[src]
impl Event for BALLOON_CHANGEAuto Trait Implementations
impl Send for BALLOON_CHANGE
impl Send for BALLOON_CHANGEimpl Sync for BALLOON_CHANGE
impl Sync for BALLOON_CHANGE