Struct dis_rs::enumerations::SurfacePlatformAppearance
source · pub struct SurfacePlatformAppearance {Show 16 fields
pub paint_scheme: AppearancePaintScheme,
pub mobility_killed: bool,
pub damage: AppearanceDamage,
pub is_smoke_emanating: bool,
pub is_engine_emitting_smoke: bool,
pub wake_size: AppearanceTrailingEffects,
pub running_lights_on: bool,
pub is_flaming: bool,
pub is_accomodation_ladder_lowered: bool,
pub is_fence_raised: bool,
pub is_flag_raised: bool,
pub is_frozen: bool,
pub power_plant_on: bool,
pub state: AppearanceEntityorObjectState,
pub spot_lights_on: bool,
pub interior_lights_on: bool,
}Fields§
§paint_scheme: AppearancePaintScheme§mobility_killed: bool§damage: AppearanceDamage§is_smoke_emanating: bool§is_engine_emitting_smoke: bool§wake_size: AppearanceTrailingEffects§running_lights_on: bool§is_flaming: bool§is_accomodation_ladder_lowered: bool§is_fence_raised: bool§is_flag_raised: bool§is_frozen: bool§power_plant_on: bool§state: AppearanceEntityorObjectState§spot_lights_on: bool§interior_lights_on: boolTrait Implementations§
source§impl Clone for SurfacePlatformAppearance
impl Clone for SurfacePlatformAppearance
source§fn clone(&self) -> SurfacePlatformAppearance
fn clone(&self) -> SurfacePlatformAppearance
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 SurfacePlatformAppearance
impl Debug for SurfacePlatformAppearance
source§impl From<SurfacePlatformAppearance> for u32
impl From<SurfacePlatformAppearance> for u32
source§fn from(value: SurfacePlatformAppearance) -> Self
fn from(value: SurfacePlatformAppearance) -> Self
Converts to this type from the input type.
source§impl From<u32> for SurfacePlatformAppearance
impl From<u32> for SurfacePlatformAppearance
source§impl Hash for SurfacePlatformAppearance
impl Hash for SurfacePlatformAppearance
source§impl PartialEq for SurfacePlatformAppearance
impl PartialEq for SurfacePlatformAppearance
source§fn eq(&self, other: &SurfacePlatformAppearance) -> bool
fn eq(&self, other: &SurfacePlatformAppearance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SurfacePlatformAppearance
impl Eq for SurfacePlatformAppearance
impl StructuralEq for SurfacePlatformAppearance
impl StructuralPartialEq for SurfacePlatformAppearance
Auto Trait Implementations§
impl RefUnwindSafe for SurfacePlatformAppearance
impl Send for SurfacePlatformAppearance
impl Sync for SurfacePlatformAppearance
impl Unpin for SurfacePlatformAppearance
impl UnwindSafe for SurfacePlatformAppearance
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