pub struct Section5Payload {
pub num_encoded_points: u32,
pub template_num: u16,
pub template: DataRepresentationTemplate,
}
Fields§
§num_encoded_points: u32
Number of data points where one or more values are specified in Section 7 when a bit map is present, total number of data points when a bit map is absent.
template_num: u16
Data representation template number (see Code table 5.0).
template: DataRepresentationTemplate
Data representation template (see template 5.X, where X is the data representation template number given in octets 10–11).
Trait Implementations§
Source§impl Debug for Section5Payload
impl Debug for Section5Payload
Source§impl Dump for Section5Payload
impl Dump for Section5Payload
Source§impl PartialEq for Section5Payload
impl PartialEq for Section5Payload
Source§impl TryFromSlice for Section5Payload
impl TryFromSlice for Section5Payload
impl StructuralPartialEq for Section5Payload
Auto Trait Implementations§
impl Freeze for Section5Payload
impl RefUnwindSafe for Section5Payload
impl Send for Section5Payload
impl Sync for Section5Payload
impl Unpin for Section5Payload
impl UnwindSafe for Section5Payload
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