pub struct TzDataIndex {
pub name: Box<[u8]>,
pub offset: u32,
pub length: u32,
}Expand description
Index entry of the tzdata file.
Fields§
§name: Box<[u8]>§offset: u32§length: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for TzDataIndex
impl RefUnwindSafe for TzDataIndex
impl Send for TzDataIndex
impl Sync for TzDataIndex
impl Unpin for TzDataIndex
impl UnwindSafe for TzDataIndex
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