Struct dis_rs::enumerations::SpacePlatformAppearance
source · 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,
}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 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 SpacePlatformAppearance
impl Debug 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
source§fn eq(&self, other: &SpacePlatformAppearance) -> bool
fn eq(&self, other: &SpacePlatformAppearance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SpacePlatformAppearance
impl Eq for SpacePlatformAppearance
impl StructuralEq for SpacePlatformAppearance
impl StructuralPartialEq for SpacePlatformAppearance
Auto Trait Implementations§
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