Type Alias sep2_common::packages::types::TimeOffsetType
source · pub type TimeOffsetType = Int32;
Expand description
A signed time offset, typically applied to a Time value, expressed in seconds.
Aliased Type§
struct TimeOffsetType(pub i32);
Fields§
§0: i32
Methods from Deref<Target = i32>§
pub const MIN: i32 = -2_147_483_648i32
pub const MAX: i32 = 2_147_483_647i32
pub const BITS: u32 = 32u32
Trait Implementations§
source§impl Ord for Int32
impl Ord for Int32
source§impl PartialEq<Int32> for Int32
impl PartialEq<Int32> for Int32
source§impl PartialOrd<Int32> for Int32
impl PartialOrd<Int32> for Int32
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more