pub struct Template5_2 {
pub simple: SimplePacking,
pub orig_field_type: u8,
pub complex: ComplexPacking,
}
Expand description
Data representation template 5.2 - Grid point data - complex packing.
Fields§
§simple: SimplePacking
§orig_field_type: u8
Type of original field values (see Code table 5.1).
complex: ComplexPacking
Trait Implementations§
Source§impl Debug for Template5_2
impl Debug for Template5_2
Source§impl Dump for Template5_2
impl Dump for Template5_2
Source§impl PartialEq for Template5_2
impl PartialEq for Template5_2
Source§impl TryFromSlice for Template5_2
impl TryFromSlice for Template5_2
impl StructuralPartialEq for Template5_2
Auto Trait Implementations§
impl Freeze for Template5_2
impl RefUnwindSafe for Template5_2
impl Send for Template5_2
impl Sync for Template5_2
impl Unpin for Template5_2
impl UnwindSafe for Template5_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