Enum dis_rs::EntityAppearance
source · pub enum EntityAppearance {
Show 14 variants
LandPlatform(LandPlatformAppearance),
AirPlatform(AirPlatformAppearance),
SurfacePlatform(SurfacePlatformAppearance),
SubsurfacePlatform(SubsurfacePlatformAppearance),
SpacePlatform(SpacePlatformAppearance),
Munition(MunitionAppearance),
LifeForms(LifeFormsAppearance),
Environmental(EnvironmentalAppearance),
CulturalFeature(CulturalFeatureAppearance),
Supply(SupplyAppearance),
Radio(RadioAppearance),
Expendable(ExpendableAppearance),
SensorEmitter(SensorEmitterAppearance),
Unspecified([u8; 4]),
}Variants§
LandPlatform(LandPlatformAppearance)
AirPlatform(AirPlatformAppearance)
SurfacePlatform(SurfacePlatformAppearance)
SubsurfacePlatform(SubsurfacePlatformAppearance)
SpacePlatform(SpacePlatformAppearance)
Munition(MunitionAppearance)
LifeForms(LifeFormsAppearance)
Environmental(EnvironmentalAppearance)
CulturalFeature(CulturalFeatureAppearance)
Supply(SupplyAppearance)
Radio(RadioAppearance)
Expendable(ExpendableAppearance)
SensorEmitter(SensorEmitterAppearance)
Unspecified([u8; 4])
Trait Implementations§
source§impl Debug for EntityAppearance
impl Debug for EntityAppearance
source§impl Default for EntityAppearance
impl Default for EntityAppearance
Auto Trait Implementations§
impl RefUnwindSafe for EntityAppearance
impl Send for EntityAppearance
impl Sync for EntityAppearance
impl Unpin for EntityAppearance
impl UnwindSafe for EntityAppearance
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