pub struct LinuxTimeOffsetBuilder { /* private fields */ }Expand description
Builder for LinuxTimeOffset.
Implementations§
Source§impl LinuxTimeOffsetBuilder
impl LinuxTimeOffsetBuilder
Sourcepub fn secs<VALUE: Into<i64>>(self, value: VALUE) -> Self
pub fn secs<VALUE: Into<i64>>(self, value: VALUE) -> Self
Secs is the offset of clock (in secs) in the container
Sourcepub fn nanosecs<VALUE: Into<u32>>(self, value: VALUE) -> Self
pub fn nanosecs<VALUE: Into<u32>>(self, value: VALUE) -> Self
Nanosecs is the additional offset for Secs (in nanosecs)