pub struct DataQueryR {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub required_reliability_service: RequiredReliabilityService,
pub request_id: u32,
pub time_interval: u32,
pub fixed_datum_records: Vec<VariableRecordType>,
pub variable_datum_records: Vec<VariableRecordType>,
}Expand description
5.12.4.9 Data Query-R PDU
7.11.9 Data Query-R PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§required_reliability_service: RequiredReliabilityService§request_id: u32§time_interval: u32§fixed_datum_records: Vec<VariableRecordType>§variable_datum_records: Vec<VariableRecordType>Implementations§
Source§impl DataQueryR
impl DataQueryR
pub fn builder() -> DataQueryRBuilder
pub fn into_builder(self) -> DataQueryRBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl BodyInfo for DataQueryR
impl BodyInfo for DataQueryR
Source§impl Clone for DataQueryR
impl Clone for DataQueryR
Source§fn clone(&self) -> DataQueryR
fn clone(&self) -> DataQueryR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataQueryR
impl Debug for DataQueryR
Source§impl Default for DataQueryR
impl Default for DataQueryR
Source§fn default() -> DataQueryR
fn default() -> DataQueryR
Returns the “default value” for a type. Read more
Source§impl Interaction for DataQueryR
impl Interaction for DataQueryR
Source§impl PartialEq for DataQueryR
impl PartialEq for DataQueryR
Source§impl SerializePdu for DataQueryR
impl SerializePdu for DataQueryR
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for DataQueryR
Auto Trait Implementations§
impl Freeze for DataQueryR
impl RefUnwindSafe for DataQueryR
impl Send for DataQueryR
impl Sync for DataQueryR
impl Unpin for DataQueryR
impl UnwindSafe for DataQueryR
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