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