Struct dis_rs::enumerations::AirPlatformAppearance
source · pub struct AirPlatformAppearance {Show 28 fields
pub paint_scheme: AppearancePaintScheme,
pub propulsion_killed: bool,
pub nvg_mode: AppearanceNVGMode,
pub damage: AppearanceDamage,
pub is_smoke_emanating: bool,
pub is_engine_emitting_smoke: bool,
pub trailing_effects: AppearanceTrailingEffects,
pub canopy_troop_door: AppearanceCanopy,
pub landing_lights_on: bool,
pub navigation_lights_on: bool,
pub anticollision_lights_on: bool,
pub is_flaming: bool,
pub afterburner_on: bool,
pub lower_anticollision_light_on: bool,
pub upper_anticollision_light_on: bool,
pub anticollision_light_day_night: AppearanceAntiCollisionDayNight,
pub is_blinking: bool,
pub is_frozen: bool,
pub power_plant_on: bool,
pub state: AppearanceEntityorObjectState,
pub formation_lights_on: bool,
pub landing_gear_extended: bool,
pub cargo_doors_opened: bool,
pub navigation_position_brightness: AppearanceNavigationPositionBrightness,
pub spot_search_light_1_on: bool,
pub interior_lights_on: bool,
pub reverse_thrust_engaged: bool,
pub weightonwheels: bool,
}Fields§
§paint_scheme: AppearancePaintScheme§propulsion_killed: bool§nvg_mode: AppearanceNVGMode§damage: AppearanceDamage§is_smoke_emanating: bool§is_engine_emitting_smoke: bool§trailing_effects: AppearanceTrailingEffects§canopy_troop_door: AppearanceCanopy§landing_lights_on: bool§anticollision_lights_on: bool§is_flaming: bool§afterburner_on: bool§lower_anticollision_light_on: bool§upper_anticollision_light_on: bool§anticollision_light_day_night: AppearanceAntiCollisionDayNight§is_blinking: bool§is_frozen: bool§power_plant_on: bool§state: AppearanceEntityorObjectState§formation_lights_on: bool§landing_gear_extended: bool§cargo_doors_opened: bool§spot_search_light_1_on: bool§interior_lights_on: bool§reverse_thrust_engaged: bool§weightonwheels: boolTrait Implementations§
source§impl Clone for AirPlatformAppearance
impl Clone for AirPlatformAppearance
source§fn clone(&self) -> AirPlatformAppearance
fn clone(&self) -> AirPlatformAppearance
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 AirPlatformAppearance
impl Debug for AirPlatformAppearance
source§impl From<AirPlatformAppearance> for u32
impl From<AirPlatformAppearance> for u32
source§fn from(value: AirPlatformAppearance) -> Self
fn from(value: AirPlatformAppearance) -> Self
Converts to this type from the input type.
source§impl From<u32> for AirPlatformAppearance
impl From<u32> for AirPlatformAppearance
source§impl Hash for AirPlatformAppearance
impl Hash for AirPlatformAppearance
source§impl PartialEq for AirPlatformAppearance
impl PartialEq for AirPlatformAppearance
source§fn eq(&self, other: &AirPlatformAppearance) -> bool
fn eq(&self, other: &AirPlatformAppearance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AirPlatformAppearance
impl Eq for AirPlatformAppearance
impl StructuralEq for AirPlatformAppearance
impl StructuralPartialEq for AirPlatformAppearance
Auto Trait Implementations§
impl RefUnwindSafe for AirPlatformAppearance
impl Send for AirPlatformAppearance
impl Sync for AirPlatformAppearance
impl Unpin for AirPlatformAppearance
impl UnwindSafe for AirPlatformAppearance
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