Struct qapi_qmp::RTC_CHANGE[][src]

pub struct RTC_CHANGE {
    pub offset: isize,
}

Fields

Trait Implementations

impl Debug for RTC_CHANGE
[src]

Formats the value using the given formatter. Read more

impl Clone for RTC_CHANGE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for RTC_CHANGE
[src]

NAME: &'static str = "RTC_CHANGE"

Auto Trait Implementations

impl Send for RTC_CHANGE

impl Sync for RTC_CHANGE