#[repr(C)]
pub struct object_destroyed { pub userid: c_short, pub attacker: c_short, pub assister: c_short, pub weapon: c_char, pub weaponid: c_short, pub objecttype: c_short, pub index: c_short, pub was_building: bool, }

Fields

userid: c_shortattacker: c_shortassister: c_shortweapon: c_charweaponid: c_shortobjecttype: c_shortindex: c_shortwas_building: bool

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.