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