pub struct CreateEntity {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub request_id: u32,
}Expand description
5.6.5.2 Create Entity PDU
7.5.2 Create Entity PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§request_id: u32Trait Implementations§
Source§impl BodyInfo for CreateEntity
impl BodyInfo for CreateEntity
Source§impl BodyRaw for CreateEntity
impl BodyRaw for CreateEntity
type Builder = CreateEntityBuilder
fn builder() -> CreateEntityBuilder
fn into_builder(self) -> CreateEntityBuilder
fn into_pdu_body(self) -> PduBody
Source§impl Clone for CreateEntity
impl Clone for CreateEntity
Source§fn clone(&self) -> CreateEntity
fn clone(&self) -> CreateEntity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateEntity
impl Debug for CreateEntity
Source§impl Default for CreateEntity
impl Default for CreateEntity
Source§fn default() -> CreateEntity
fn default() -> CreateEntity
Returns the “default value” for a type. Read more
Source§impl Interaction for CreateEntity
impl Interaction for CreateEntity
Source§impl PartialEq for CreateEntity
impl PartialEq for CreateEntity
Source§fn eq(&self, other: &CreateEntity) -> bool
fn eq(&self, other: &CreateEntity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SerializePdu for CreateEntity
impl SerializePdu for CreateEntity
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for CreateEntity
Auto Trait Implementations§
impl Freeze for CreateEntity
impl RefUnwindSafe for CreateEntity
impl Send for CreateEntity
impl Sync for CreateEntity
impl Unpin for CreateEntity
impl UnsafeUnpin for CreateEntity
impl UnwindSafe for CreateEntity
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