pub struct IsPartOfPdu {
pub pdu_header: PduHeader,
pub originating_entity_id: EntityId,
pub receiving_entity_id: EntityId,
pub relationship: Relationship,
pub part_location: Vector3Float,
pub named_location_id: NamedLocation,
pub part_entity_type: EntityType,
}Expand description
Implemented according to IEEE 1278.1-2012 §7.8.5
Fields§
§pdu_header: PduHeader§originating_entity_id: EntityId§receiving_entity_id: EntityId§relationship: Relationship§part_location: Vector3Float§named_location_id: NamedLocation§part_entity_type: EntityTypeTrait Implementations§
Source§impl Clone for IsPartOfPdu
impl Clone for IsPartOfPdu
Source§fn clone(&self) -> IsPartOfPdu
fn clone(&self) -> IsPartOfPdu
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 IsPartOfPdu
impl Debug for IsPartOfPdu
Source§impl Default for IsPartOfPdu
impl Default for IsPartOfPdu
Auto Trait Implementations§
impl Freeze for IsPartOfPdu
impl RefUnwindSafe for IsPartOfPdu
impl Send for IsPartOfPdu
impl Sync for IsPartOfPdu
impl Unpin for IsPartOfPdu
impl UnwindSafe for IsPartOfPdu
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