pub struct Counts {
pub isutcnt: u32,
pub isstdcnt: u32,
pub leapcnt: u32,
pub timecnt: u32,
pub typecnt: u32,
pub charcnt: u32,
}Expand description
The six count fields of a TZif header, in their on-disk order.
Fields§
§isutcnt: u32§isstdcnt: u32§leapcnt: u32§timecnt: u32§typecnt: u32§charcnt: u32Trait Implementations§
impl Copy for Counts
impl Eq for Counts
impl StructuralPartialEq for Counts
Auto Trait Implementations§
impl Freeze for Counts
impl RefUnwindSafe for Counts
impl Send for Counts
impl Sync for Counts
impl Unpin for Counts
impl UnsafeUnpin for Counts
impl UnwindSafe for Counts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more