[−][src]Struct sunrise_libtimezone::CalendarAdditionalInfo
Represent the aditional information attached to a local time.
Fields
day_of_week: u32The day of the week of the local time.
day_of_year: u32The day of the year of the local time.
timezone_name: [u8; 8]The name of the timezone of the local time.
is_dst: boolTrue if the local time represent a Day Saving Time.
gmt_offset: i32The GMT offset of the timezone used to generate this local time.
Trait Implementations
impl Clone for CalendarAdditionalInfo[src]
fn clone(&self) -> CalendarAdditionalInfo[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for CalendarAdditionalInfo[src]
impl Debug for CalendarAdditionalInfo[src]
impl Default for CalendarAdditionalInfo[src]
Auto Trait Implementations
impl Send for CalendarAdditionalInfo
impl Sync for CalendarAdditionalInfo
impl Unpin for CalendarAdditionalInfo
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>,