Struct tf2types::cevents::object_detonated
source · [−]#[repr(C)]pub struct object_detonated {
pub userid: c_short,
pub objecttype: c_short,
pub index: c_short,
}Fields
userid: c_shortobjecttype: c_shortindex: c_shortAuto Trait Implementations
impl RefUnwindSafe for object_detonated
impl Send for object_detonated
impl Sync for object_detonated
impl Unpin for object_detonated
impl UnwindSafe for object_detonated
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