pub struct Template5_3 {
pub simple: SimplePacking,
pub orig_field_type: u8,
pub complex: ComplexPacking,
pub spatial_diff_order: u8,
pub num_extra_desc_octets: u8,
}
Expand description
Data representation template 5.3 - Grid point data - complex packing and spatial differencing.
Fields§
§simple: SimplePacking
§orig_field_type: u8
Type of original field values (see Code table 5.1).
complex: ComplexPacking
§spatial_diff_order: u8
Order of spatial differencing (see Code table 5.6).
num_extra_desc_octets: u8
Number of octets required in the data section to specify extra descriptors needed for spatial differencing (octets 6-ww in data template 7.3).
Trait Implementations§
Source§impl Debug for Template5_3
impl Debug for Template5_3
Source§impl Dump for Template5_3
impl Dump for Template5_3
Source§impl PartialEq for Template5_3
impl PartialEq for Template5_3
Source§impl TryFromSlice for Template5_3
impl TryFromSlice for Template5_3
impl StructuralPartialEq for Template5_3
Auto Trait Implementations§
impl Freeze for Template5_3
impl RefUnwindSafe for Template5_3
impl Send for Template5_3
impl Sync for Template5_3
impl Unpin for Template5_3
impl UnwindSafe for Template5_3
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