Struct libswe_sys::swerust::handler_swe08::UtcTimeZoneResult
source · [−]pub struct UtcTimeZoneResult {
pub year: [i32; 2],
pub month: [i32; 2],
pub day: [i32; 2],
pub hour: [i32; 2],
pub min: [i32; 2],
pub sec: [f64; 2],
}Expand description
[0 -> jday / 1 -> utc]
Fields
year: [i32; 2]month: [i32; 2]day: [i32; 2]hour: [i32; 2]min: [i32; 2]sec: [f64; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UtcTimeZoneResult
impl Send for UtcTimeZoneResult
impl Sync for UtcTimeZoneResult
impl Unpin for UtcTimeZoneResult
impl UnwindSafe for UtcTimeZoneResult
Blanket Implementations
Mutably borrows from an owned value. Read more