pub enum EntityAssociationPhysicalConnectionType {
Show 14 variants
NotSpecified,
AttachedDirectlytoSurface,
CableWire,
Rope,
Chain,
PowerLine,
TelephoneLine,
CableLine,
RefuelingDrogue,
RefuelingBoom,
Handcuffs,
InContactWith,
FastRope,
Unspecified(u8),
}Variants§
NotSpecified
AttachedDirectlytoSurface
CableWire
Rope
Chain
PowerLine
TelephoneLine
CableLine
RefuelingDrogue
RefuelingBoom
Handcuffs
InContactWith
FastRope
Unspecified(u8)
Trait Implementations§
source§impl Clone for EntityAssociationPhysicalConnectionType
impl Clone for EntityAssociationPhysicalConnectionType
source§fn clone(&self) -> EntityAssociationPhysicalConnectionType
fn clone(&self) -> EntityAssociationPhysicalConnectionType
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<EntityAssociationPhysicalConnectionType> for u8
impl From<EntityAssociationPhysicalConnectionType> for u8
source§fn from(value: EntityAssociationPhysicalConnectionType) -> Self
fn from(value: EntityAssociationPhysicalConnectionType) -> Self
Converts to this type from the input type.
source§impl PartialEq for EntityAssociationPhysicalConnectionType
impl PartialEq for EntityAssociationPhysicalConnectionType
source§fn eq(&self, other: &EntityAssociationPhysicalConnectionType) -> bool
fn eq(&self, other: &EntityAssociationPhysicalConnectionType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EntityAssociationPhysicalConnectionType
impl Eq for EntityAssociationPhysicalConnectionType
impl StructuralEq for EntityAssociationPhysicalConnectionType
impl StructuralPartialEq for EntityAssociationPhysicalConnectionType
Auto Trait Implementations§
impl RefUnwindSafe for EntityAssociationPhysicalConnectionType
impl Send for EntityAssociationPhysicalConnectionType
impl Sync for EntityAssociationPhysicalConnectionType
impl Unpin for EntityAssociationPhysicalConnectionType
impl UnwindSafe for EntityAssociationPhysicalConnectionType
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