pub struct AcknowledgeR {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub acknowledge_flag: AcknowledgeFlag,
pub response_flag: ResponseFlag,
pub request_id: u32,
}Expand description
5.12.4.5 Acknowledge-R PDU
7.11.6 Acknowledge-R PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§acknowledge_flag: AcknowledgeFlag§response_flag: ResponseFlag§request_id: u32Implementations§
Source§impl AcknowledgeR
impl AcknowledgeR
pub fn builder() -> AcknowledgeRBuilder
pub fn into_builder(self) -> AcknowledgeRBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl BodyInfo for AcknowledgeR
impl BodyInfo for AcknowledgeR
Source§impl Clone for AcknowledgeR
impl Clone for AcknowledgeR
Source§fn clone(&self) -> AcknowledgeR
fn clone(&self) -> AcknowledgeR
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 AcknowledgeR
impl Debug for AcknowledgeR
Source§impl Default for AcknowledgeR
impl Default for AcknowledgeR
Source§fn default() -> AcknowledgeR
fn default() -> AcknowledgeR
Returns the “default value” for a type. Read more
Source§impl Interaction for AcknowledgeR
impl Interaction for AcknowledgeR
Source§impl PartialEq for AcknowledgeR
impl PartialEq for AcknowledgeR
Source§impl SerializePdu for AcknowledgeR
impl SerializePdu for AcknowledgeR
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for AcknowledgeR
Auto Trait Implementations§
impl Freeze for AcknowledgeR
impl RefUnwindSafe for AcknowledgeR
impl Send for AcknowledgeR
impl Sync for AcknowledgeR
impl Unpin for AcknowledgeR
impl UnwindSafe for AcknowledgeR
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