Struct tf2types::events::conga_kill
source · [−]pub struct conga_kill {
pub index: i32,
}Fields
index: i32Auto Trait Implementations
impl RefUnwindSafe for conga_kill
impl Send for conga_kill
impl Sync for conga_kill
impl Unpin for conga_kill
impl UnwindSafe for conga_kill
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