pub struct Section4Payload {
pub num_coord_values: u16,
pub template_num: u16,
}Fields§
§num_coord_values: u16Number of coordinate values after template or number of information according to 3D vertical coordinate GRIB2 message (see Notes 1 and 5).
template_num: u16Product definition template number (see Code table 4.0).
Trait Implementations§
Source§impl Debug for Section4Payload
impl Debug for Section4Payload
Source§impl Dump for Section4Payload
impl Dump for Section4Payload
Source§impl PartialEq for Section4Payload
impl PartialEq for Section4Payload
Source§impl TryFromSlice for Section4Payload
impl TryFromSlice for Section4Payload
impl StructuralPartialEq for Section4Payload
Auto Trait Implementations§
impl Freeze for Section4Payload
impl RefUnwindSafe for Section4Payload
impl Send for Section4Payload
impl Sync for Section4Payload
impl Unpin for Section4Payload
impl UnwindSafe for Section4Payload
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