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