pub enum AttachedParts {
Show 17 variants
Nothing_Empty,
SequentialIDsForModelspecificStations(u32),
FuselageStations(u32),
LeftwingStations(u32),
RightwingStations(u32),
M16A42Rifle,
M249SAW,
M60MachineGun,
M203GrenadeLauncher,
M136AT4,
M47Dragon,
AAWSMJavelin,
M18A1ClaymoreMine,
MK19GrenadeLauncher,
M2MachineGun,
OtherAttachedParts(u32),
Unspecified(u32),
}Expand description
UID 57
Variants§
Nothing_Empty
SequentialIDsForModelspecificStations(u32)
FuselageStations(u32)
LeftwingStations(u32)
RightwingStations(u32)
M16A42Rifle
M249SAW
M60MachineGun
M203GrenadeLauncher
M136AT4
M47Dragon
AAWSMJavelin
M18A1ClaymoreMine
MK19GrenadeLauncher
M2MachineGun
OtherAttachedParts(u32)
Unspecified(u32)
Trait Implementations§
Source§impl Clone for AttachedParts
impl Clone for AttachedParts
Source§fn clone(&self) -> AttachedParts
fn clone(&self) -> AttachedParts
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 AttachedParts
impl Debug for AttachedParts
Source§impl Default for AttachedParts
impl Default for AttachedParts
Source§impl Display for AttachedParts
impl Display for AttachedParts
Source§impl From<AttachedParts> for u32
impl From<AttachedParts> for u32
Source§fn from(value: AttachedParts) -> Self
fn from(value: AttachedParts) -> Self
Converts to this type from the input type.
Source§impl From<u32> for AttachedParts
impl From<u32> for AttachedParts
Source§impl Hash for AttachedParts
impl Hash for AttachedParts
Source§impl PartialEq for AttachedParts
impl PartialEq for AttachedParts
impl Copy for AttachedParts
impl Eq for AttachedParts
impl StructuralPartialEq for AttachedParts
Auto Trait Implementations§
impl Freeze for AttachedParts
impl RefUnwindSafe for AttachedParts
impl Send for AttachedParts
impl Sync for AttachedParts
impl Unpin for AttachedParts
impl UnwindSafe for AttachedParts
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