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