pub struct Section3Payload {
pub grid_def_source: u8,
pub num_points: u32,
pub num_point_list_octets: u8,
pub point_list_interpretation: u8,
pub template_num: u16,
}Fields§
§grid_def_source: u8Source of grid definition (see Code table 3.0 and Note 1).
num_points: u32Number of data points.
num_point_list_octets: u8Number of octets for optional list of numbers (see Note 2).
point_list_interpretation: u8Interpretation of list of numbers (see Code table 3.11).
template_num: u16Grid definition template number (= N) (see Code table 3.1).
Trait Implementations§
Source§impl Debug for Section3Payload
impl Debug for Section3Payload
Source§impl Dump for Section3Payload
impl Dump for Section3Payload
Source§impl PartialEq for Section3Payload
impl PartialEq for Section3Payload
Source§impl TryFromSlice for Section3Payload
impl TryFromSlice for Section3Payload
impl StructuralPartialEq for Section3Payload
Auto Trait Implementations§
impl Freeze for Section3Payload
impl RefUnwindSafe for Section3Payload
impl Send for Section3Payload
impl Sync for Section3Payload
impl Unpin for Section3Payload
impl UnwindSafe for Section3Payload
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