pub struct MeasurementBlock {
pub measurement_specification: Option<Option<Int64>>,
pub measurement_size: Option<Option<Int64>>,
pub measurement: Option<Option<String>>,
pub measurement_index: Option<Option<Int64>>,
}Fields§
§measurement_specification: Option<Option<Int64>>The DSP0274-defined ‘MeasurementSpecification’ field of the measurement block.
This property shall contain the value of the DSP0274-defined ‘MeasurementSpecification’ field of the measurement block.
measurement_size: Option<Option<Int64>>The DSP0274-defined ‘MeasurementSize’ field of the measurement block.
This property shall contain the value of the DSP0274-defined ‘MeasurementSize’ field of the measurement block.
measurement: Option<Option<String>>The hexadecimal string representation of the numeric value of the DSP0274-defined ‘Measurement’ field of the measurement block.
This property shall contain the value of the hexadecimal string representation of the numeric value of the DSP0274-defined ‘Measurement’ field of the measurement block.
measurement_index: Option<Option<Int64>>The DSP0274-defined ‘Index’ field of the measurement block.
This property shall contain the value of the DSP0274-defined ‘Index’ field of the measurement block.
Trait Implementations§
Source§impl Debug for MeasurementBlock
impl Debug for MeasurementBlock
Source§impl<'de> Deserialize<'de> for MeasurementBlock
impl<'de> Deserialize<'de> for MeasurementBlock
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Send for MeasurementBlock
SAFETY: All generated data types are Send
impl Sync for MeasurementBlock
SAFETY: All generated data types are Sync