pub struct Template1_1 {
pub paleontological_offset: u16,
}
Expand description
Identification template 1.1 – paleontological offset.
Fields§
§paleontological_offset: u16
Number of tens of thousands of years of offset.
Trait Implementations§
Source§impl Debug for Template1_1
impl Debug for Template1_1
Source§impl Dump for Template1_1
impl Dump for Template1_1
Source§impl PartialEq for Template1_1
impl PartialEq for Template1_1
Source§impl TryFromSlice for Template1_1
impl TryFromSlice for Template1_1
impl StructuralPartialEq for Template1_1
Auto Trait Implementations§
impl Freeze for Template1_1
impl RefUnwindSafe for Template1_1
impl Send for Template1_1
impl Sync for Template1_1
impl Unpin for Template1_1
impl UnwindSafe for Template1_1
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