Struct tf2types::cevents::object_destroyed
source · [−]#[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: boolAuto Trait Implementations
impl RefUnwindSafe for object_destroyed
impl Send for object_destroyed
impl Sync for object_destroyed
impl Unpin for object_destroyed
impl UnwindSafe for object_destroyed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more