pub struct SpacePlatformAppearance {
pub paint_scheme: AppearancePaintScheme,
pub mobility_killed: bool,
pub damage: AppearanceDamage,
pub is_smoke_vapor_emanating: bool,
pub is_engine_emitting_smoke: bool,
pub is_flaming: bool,
pub is_frozen: bool,
pub power_plant_on: bool,
pub state: AppearanceEntityOrObjectState,
}Expand description
UID 35
Fields§
§paint_scheme: AppearancePaintScheme§mobility_killed: bool§damage: AppearanceDamage§is_smoke_vapor_emanating: bool§is_engine_emitting_smoke: bool§is_flaming: bool§is_frozen: bool§power_plant_on: bool§state: AppearanceEntityOrObjectStateTrait Implementations§
Source§impl Clone for SpacePlatformAppearance
impl Clone for SpacePlatformAppearance
Source§fn clone(&self) -> SpacePlatformAppearance
fn clone(&self) -> SpacePlatformAppearance
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 SpacePlatformAppearance
impl Debug for SpacePlatformAppearance
Source§impl Default for SpacePlatformAppearance
impl Default for SpacePlatformAppearance
Source§fn default() -> SpacePlatformAppearance
fn default() -> SpacePlatformAppearance
Returns the “default value” for a type. Read more
Source§impl Display for SpacePlatformAppearance
impl Display for SpacePlatformAppearance
Source§impl From<SpacePlatformAppearance> for u32
impl From<SpacePlatformAppearance> for u32
Source§fn from(value: SpacePlatformAppearance) -> Self
fn from(value: SpacePlatformAppearance) -> Self
Converts to this type from the input type.
Source§impl From<u32> for SpacePlatformAppearance
impl From<u32> for SpacePlatformAppearance
Source§impl Hash for SpacePlatformAppearance
impl Hash for SpacePlatformAppearance
Source§impl PartialEq for SpacePlatformAppearance
impl PartialEq for SpacePlatformAppearance
impl Copy for SpacePlatformAppearance
impl Eq for SpacePlatformAppearance
impl StructuralPartialEq for SpacePlatformAppearance
Auto Trait Implementations§
impl Freeze for SpacePlatformAppearance
impl RefUnwindSafe for SpacePlatformAppearance
impl Send for SpacePlatformAppearance
impl Sync for SpacePlatformAppearance
impl Unpin for SpacePlatformAppearance
impl UnwindSafe for SpacePlatformAppearance
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