pub enum AppearanceLifeFormWeaponImplement {
NotPresent,
Stowed,
DeployedActive,
FiringPositionInUse,
Unspecified(u8),
}Expand description
UID 393
Variants§
Trait Implementations§
Source§impl Clone for AppearanceLifeFormWeaponImplement
impl Clone for AppearanceLifeFormWeaponImplement
Source§fn clone(&self) -> AppearanceLifeFormWeaponImplement
fn clone(&self) -> AppearanceLifeFormWeaponImplement
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 From<AppearanceLifeFormWeaponImplement> for u8
impl From<AppearanceLifeFormWeaponImplement> for u8
Source§fn from(value: AppearanceLifeFormWeaponImplement) -> Self
fn from(value: AppearanceLifeFormWeaponImplement) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AppearanceLifeFormWeaponImplement
impl From<u8> for AppearanceLifeFormWeaponImplement
Source§impl PartialEq for AppearanceLifeFormWeaponImplement
impl PartialEq for AppearanceLifeFormWeaponImplement
Source§fn eq(&self, other: &AppearanceLifeFormWeaponImplement) -> bool
fn eq(&self, other: &AppearanceLifeFormWeaponImplement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AppearanceLifeFormWeaponImplement
impl Eq for AppearanceLifeFormWeaponImplement
impl StructuralPartialEq for AppearanceLifeFormWeaponImplement
Auto Trait Implementations§
impl Freeze for AppearanceLifeFormWeaponImplement
impl RefUnwindSafe for AppearanceLifeFormWeaponImplement
impl Send for AppearanceLifeFormWeaponImplement
impl Sync for AppearanceLifeFormWeaponImplement
impl Unpin for AppearanceLifeFormWeaponImplement
impl UnwindSafe for AppearanceLifeFormWeaponImplement
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