pub enum SlotKind {
High,
Medium,
Low,
Rig,
Subsystem,
Service,
Turret,
Launcher,
}Expand description
A rack of slots, or a hardpoint a weapon needs.
Variants§
High
A high slot.
Medium
A medium slot.
Low
A low slot.
Rig
A rig slot.
Subsystem
A subsystem slot.
Service
A service slot, on a structure.
Turret
A turret hardpoint.
Launcher
A launcher hardpoint.
Trait Implementations§
impl Copy for SlotKind
impl Eq for SlotKind
impl StructuralPartialEq for SlotKind
Auto Trait Implementations§
impl Freeze for SlotKind
impl RefUnwindSafe for SlotKind
impl Send for SlotKind
impl Sync for SlotKind
impl Unpin for SlotKind
impl UnsafeUnpin for SlotKind
impl UnwindSafe for SlotKind
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