pub struct Template1_2 {
pub calendar_type: u8,
pub paleontological_offset: u16,
}
Expand description
Identification template 1.2 – calendar definition and paleontological offset.
Fields§
§calendar_type: u8
Type of calendar (see Code table 1.6).
paleontological_offset: u16
Number of tens of thousands of years of offset.
Trait Implementations§
Source§impl Debug for Template1_2
impl Debug for Template1_2
Source§impl Dump for Template1_2
impl Dump for Template1_2
Source§impl PartialEq for Template1_2
impl PartialEq for Template1_2
Source§impl TryFromSlice for Template1_2
impl TryFromSlice for Template1_2
impl StructuralPartialEq for Template1_2
Auto Trait Implementations§
impl Freeze for Template1_2
impl RefUnwindSafe for Template1_2
impl Send for Template1_2
impl Sync for Template1_2
impl Unpin for Template1_2
impl UnwindSafe for Template1_2
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