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,
}Expand description
UID 34
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 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 Debug for SubsurfacePlatformAppearance
impl Debug for SubsurfacePlatformAppearance
Source§impl Default for SubsurfacePlatformAppearance
impl Default for SubsurfacePlatformAppearance
Source§fn default() -> SubsurfacePlatformAppearance
fn default() -> SubsurfacePlatformAppearance
Returns the “default value” for a type. Read more
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
Tests for
self and other values to be equal, and is used by ==.impl Copy for SubsurfacePlatformAppearance
impl Eq for SubsurfacePlatformAppearance
impl StructuralPartialEq for SubsurfacePlatformAppearance
Auto Trait Implementations§
impl Freeze for SubsurfacePlatformAppearance
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