[−][src]Struct mynewt::kernel::os::os_time_change_info
Represents a time change. Passed to time change listeners when the current time-of-day is set.
Fields
tci_prev_tv: *const os_timeval
UTC time prior to change.
tci_prev_tz: *const os_timezone
Time zone prior to change.
tci_cur_tv: *const os_timeval
UTC time after change.
tci_cur_tz: *const os_timezone
Time zone after change.
tci_newly_synced: bool
Trait Implementations
impl Default for os_time_change_info
[src][+]
Auto Trait Implementations
impl !Send for os_time_change_info
impl !Sync for os_time_change_info
impl Unpin for os_time_change_info
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,