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