[−][src]Struct sunrise_libtimezone::conversion::TzifHeader
Represent the header of a Tzif file.
Fields
magic: [u8; 4]The magic number of a Tzif file ("TZif").
version: u8The version number of the TzIf file.
reserved: [u8; 15]Reserved for future usage.
ttis_gmt_count: [u8; 4]The count of GMT TimeTypeInfo.
ttis_std_count: [u8; 4]The count of Standard Time Daylight TimeTypeInfo.
leap_count: [u8; 4]The count of leap definitions.
time_count: [u8; 4]The count of time transitions.
type_count: [u8; 4]The count of time type infos.
char_count: [u8; 4]The count of chars.
Auto Trait Implementations
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,