pub enum StationName {
Show 24 variants
Other,
AircraftWingstation,
ShipsForwardGunmount_Starboard_,
ShipsForwardGunmount_Port_,
ShipsForwardGunmount_Centerline_,
ShipsAftGunmount_Starboard_,
ShipsAftGunmount_Port_,
ShipsAftGunmount_Centerline_,
ForwardTorpedoTube,
AftTorpedoTube,
BombBay,
CargoBay,
TruckBed,
TrailerBed,
WellDeck,
OnStationRangeAndBearing,
OnStationXyz,
AirtoAirRefuelingBoom,
AerialRefuelingReceptacle,
PortSideRefuelingDrogue,
StarboardSideRefuelingDrogue,
CenterRefuelingDrogue,
AirRefuelingProbe,
Unspecified(u16),
}Expand description
UID 212
Variants§
Other
AircraftWingstation
ShipsForwardGunmount_Starboard_
ShipsForwardGunmount_Port_
ShipsForwardGunmount_Centerline_
ShipsAftGunmount_Starboard_
ShipsAftGunmount_Port_
ShipsAftGunmount_Centerline_
ForwardTorpedoTube
AftTorpedoTube
BombBay
CargoBay
TruckBed
TrailerBed
WellDeck
OnStationRangeAndBearing
OnStationXyz
AirtoAirRefuelingBoom
AerialRefuelingReceptacle
PortSideRefuelingDrogue
StarboardSideRefuelingDrogue
CenterRefuelingDrogue
AirRefuelingProbe
Unspecified(u16)
Trait Implementations§
Source§impl Clone for StationName
impl Clone for StationName
Source§fn clone(&self) -> StationName
fn clone(&self) -> StationName
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 StationName
impl Debug for StationName
Source§impl Default for StationName
impl Default for StationName
Source§impl Display for StationName
impl Display for StationName
Source§impl From<StationName> for u16
impl From<StationName> for u16
Source§fn from(value: StationName) -> Self
fn from(value: StationName) -> Self
Converts to this type from the input type.
Source§impl From<u16> for StationName
impl From<u16> for StationName
Source§impl Hash for StationName
impl Hash for StationName
Source§impl PartialEq for StationName
impl PartialEq for StationName
impl Copy for StationName
impl Eq for StationName
impl StructuralPartialEq for StationName
Auto Trait Implementations§
impl Freeze for StationName
impl RefUnwindSafe for StationName
impl Send for StationName
impl Sync for StationName
impl Unpin for StationName
impl UnwindSafe for StationName
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