pub struct Template1_0 {
pub calendar_type: u8,
}
Expand description
Identification template 1.0 – calendar definition.
Fields§
§calendar_type: u8
Type of calendar (see Code table 1.6).
Trait Implementations§
Source§impl Debug for Template1_0
impl Debug for Template1_0
Source§impl Dump for Template1_0
impl Dump for Template1_0
Source§impl PartialEq for Template1_0
impl PartialEq for Template1_0
Source§impl TryFromSlice for Template1_0
impl TryFromSlice for Template1_0
impl StructuralPartialEq for Template1_0
Auto Trait Implementations§
impl Freeze for Template1_0
impl RefUnwindSafe for Template1_0
impl Send for Template1_0
impl Sync for Template1_0
impl Unpin for Template1_0
impl UnwindSafe for Template1_0
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