pub enum ShipSlotKind {
Show 23 variants
ShipCockpit,
CargoHatch,
UtilityMount,
Hardpoint(HardpointSize),
OptionalInternal(u8),
Military,
CoreInternal(CoreSlot),
DataLinkScanner,
CodexScanner,
DiscoveryScanner,
PaintJob,
Decal,
VesselVoice,
Nameplate,
IDPlate,
Bobble,
StringLights,
EngineColor,
WeaponColor,
ShipKitSpoiler,
ShipKitWings,
ShipKitTail,
ShipKitBumper,
}
Variants§
ShipCockpit
CargoHatch
UtilityMount
Hardpoint(HardpointSize)
OptionalInternal(u8)
Military
CoreInternal(CoreSlot)
DataLinkScanner
CodexScanner
DiscoveryScanner
PaintJob
Decal
VesselVoice
Nameplate
IDPlate
Bobble
StringLights
EngineColor
WeaponColor
ShipKitSpoiler
ShipKitWings
ShipKitTail
ShipKitBumper
Trait Implementations§
Source§impl Clone for ShipSlotKind
impl Clone for ShipSlotKind
Source§fn clone(&self) -> ShipSlotKind
fn clone(&self) -> ShipSlotKind
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 Debug for ShipSlotKind
impl Debug for ShipSlotKind
Source§impl PartialEq for ShipSlotKind
impl PartialEq for ShipSlotKind
Source§impl Serialize for ShipSlotKind
impl Serialize for ShipSlotKind
impl StructuralPartialEq for ShipSlotKind
Auto Trait Implementations§
impl Freeze for ShipSlotKind
impl RefUnwindSafe for ShipSlotKind
impl Send for ShipSlotKind
impl Sync for ShipSlotKind
impl Unpin for ShipSlotKind
impl UnwindSafe for ShipSlotKind
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