pub enum EntityAssociationPhysicalAssociationType {
Show 29 variants
NotSpecified,
TowedinAir_SingleHook_NotSpecified_,
TowedonLand,
TowedonWaterSurface,
TowedUnderwater,
MountedAttached,
MountedUnattachedandUnsupported,
MountedUnattachedandSupported,
TowedinAir_CenterHook_,
TowedinAir_ForwardHook_,
TowedinAir_AftHook_,
TowedinAir_TandemHookForeandAft_,
TowedinAir_MismanagedTandemForeandCenter_,
TowedinAir_MismanagedTandemCenterandAft_,
TowedinAir_AllHooks_,
Hoisted,
RestrainedtoaLifeform,
RestrainedtoaPlatform,
RestrainedtoanObject,
RefuelingOperation,
SearchandRescueBasket,
SearchandRescueRescueCollar,
EngagementObject2isBeingEngaged,
ReturnToBaseObject2istheDestinationObject,
LinebetweenCommunicationTowers,
LineBetweenPowerTowers,
Indoors,
TopSurface,
Unspecified(u8),
}Variants§
NotSpecified
TowedinAir_SingleHook_NotSpecified_
TowedonLand
TowedonWaterSurface
TowedUnderwater
MountedAttached
MountedUnattachedandUnsupported
MountedUnattachedandSupported
TowedinAir_CenterHook_
TowedinAir_ForwardHook_
TowedinAir_AftHook_
TowedinAir_TandemHookForeandAft_
TowedinAir_MismanagedTandemForeandCenter_
TowedinAir_MismanagedTandemCenterandAft_
TowedinAir_AllHooks_
Hoisted
RestrainedtoaLifeform
RestrainedtoaPlatform
RestrainedtoanObject
RefuelingOperation
SearchandRescueBasket
SearchandRescueRescueCollar
EngagementObject2isBeingEngaged
ReturnToBaseObject2istheDestinationObject
LinebetweenCommunicationTowers
LineBetweenPowerTowers
Indoors
TopSurface
Unspecified(u8)
Trait Implementations§
source§impl Clone for EntityAssociationPhysicalAssociationType
impl Clone for EntityAssociationPhysicalAssociationType
source§fn clone(&self) -> EntityAssociationPhysicalAssociationType
fn clone(&self) -> EntityAssociationPhysicalAssociationType
Returns a copy 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 From<EntityAssociationPhysicalAssociationType> for u8
impl From<EntityAssociationPhysicalAssociationType> for u8
source§fn from(value: EntityAssociationPhysicalAssociationType) -> Self
fn from(value: EntityAssociationPhysicalAssociationType) -> Self
Converts to this type from the input type.
source§impl PartialEq for EntityAssociationPhysicalAssociationType
impl PartialEq for EntityAssociationPhysicalAssociationType
source§fn eq(&self, other: &EntityAssociationPhysicalAssociationType) -> bool
fn eq(&self, other: &EntityAssociationPhysicalAssociationType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EntityAssociationPhysicalAssociationType
impl Eq for EntityAssociationPhysicalAssociationType
impl StructuralEq for EntityAssociationPhysicalAssociationType
impl StructuralPartialEq for EntityAssociationPhysicalAssociationType
Auto Trait Implementations§
impl RefUnwindSafe for EntityAssociationPhysicalAssociationType
impl Send for EntityAssociationPhysicalAssociationType
impl Sync for EntityAssociationPhysicalAssociationType
impl Unpin for EntityAssociationPhysicalAssociationType
impl UnwindSafe for EntityAssociationPhysicalAssociationType
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