pub struct Shape {
pub version: u8,
pub timecnt: u32,
pub typecnt: u32,
pub charcnt: u32,
pub isutcnt: u32,
pub isstdcnt: u32,
pub leapcnt: u32,
pub footer: String,
}Expand description
A structural snapshot of one compiled TZif file’s authoritative (v2+) block.
Fields§
§version: u8§timecnt: u32§typecnt: u32§charcnt: u32§isutcnt: u32§isstdcnt: u32§leapcnt: u32Trait Implementations§
impl Eq for Shape
impl StructuralPartialEq for Shape
Auto Trait Implementations§
impl Freeze for Shape
impl RefUnwindSafe for Shape
impl Send for Shape
impl Sync for Shape
impl Unpin for Shape
impl UnsafeUnpin for Shape
impl UnwindSafe for Shape
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