pub struct IsPartOf {
pub originating_simulation_id: EntityId,
pub receiving_entity_id: EntityId,
pub relationship: Relationship,
pub part_location: VectorF32,
pub named_location_id: NamedLocationId,
pub part_type: EntityType,
}Expand description
5.9.5 IsPartOf PDU
7.8.5 IsPartOf PDU
Fields§
§originating_simulation_id: EntityId§receiving_entity_id: EntityId§relationship: Relationship§part_location: VectorF32§named_location_id: NamedLocationId§part_type: EntityTypeImplementations§
Source§impl IsPartOf
impl IsPartOf
pub fn builder() -> IsPartOfBuilder
pub fn into_builder(self) -> IsPartOfBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl Interaction for IsPartOf
impl Interaction for IsPartOf
Source§impl SerializePdu for IsPartOf
impl SerializePdu for IsPartOf
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for IsPartOf
Auto Trait Implementations§
impl Freeze for IsPartOf
impl RefUnwindSafe for IsPartOf
impl Send for IsPartOf
impl Sync for IsPartOf
impl Unpin for IsPartOf
impl UnwindSafe for IsPartOf
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