Struct tf2types::events::damage_prevented
source · [−]pub struct damage_prevented {
pub preventor: i32,
pub victim: i32,
pub amount: i32,
pub condition: i32,
}Fields
preventor: i32victim: i32amount: i32condition: i32Auto Trait Implementations
impl RefUnwindSafe for damage_prevented
impl Send for damage_prevented
impl Sync for damage_prevented
impl Unpin for damage_prevented
impl UnwindSafe for damage_prevented
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