Struct ruststep::ap203::config_control_design::CoordinatedUniversalTimeOffset [−][src]
pub struct CoordinatedUniversalTimeOffset {
pub hour_offset: HourInDay,
pub minute_offset: Option<MinuteInHour>,
pub sense: AheadOrBehind,
}
Fields
hour_offset: HourInDay
minute_offset: Option<MinuteInHour>
sense: AheadOrBehind
Implementations
pub fn new(
hour_offset: HourInDay,
minute_offset: Option<MinuteInHour>,
sense: AheadOrBehind
) -> Self
pub fn new(
hour_offset: HourInDay,
minute_offset: Option<MinuteInHour>,
sense: AheadOrBehind
) -> Self
Constructs a new CoordinatedUniversalTimeOffset
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CoordinatedUniversalTimeOffset
impl Sync for CoordinatedUniversalTimeOffset
impl Unpin for CoordinatedUniversalTimeOffset
impl UnwindSafe for CoordinatedUniversalTimeOffset
Blanket Implementations
Mutably borrows from an owned value. Read more