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