Struct qapi_qmp::RTC_CHANGE [−][src]
pub struct RTC_CHANGE {
pub offset: isize,
}Fields
offset: isize
Trait Implementations
impl Debug for RTC_CHANGE[src]
impl Debug for RTC_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 RTC_CHANGE[src]
impl Clone for RTC_CHANGEfn clone(&self) -> RTC_CHANGE[src]
fn clone(&self) -> RTC_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 RTC_CHANGE[src]
impl Event for RTC_CHANGEAuto Trait Implementations
impl Send for RTC_CHANGE
impl Send for RTC_CHANGEimpl Sync for RTC_CHANGE
impl Sync for RTC_CHANGE