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