Struct tf2types::cevents::damage_mitigated
source · [−]#[repr(C)]pub struct damage_mitigated {
pub mitigator: c_short,
pub damaged: c_short,
pub amount: c_short,
pub itemdefindex: c_short,
}Fields
mitigator: c_shortdamaged: c_shortamount: c_shortitemdefindex: c_shortAuto Trait Implementations
impl RefUnwindSafe for damage_mitigated
impl Send for damage_mitigated
impl Sync for damage_mitigated
impl Unpin for damage_mitigated
impl UnwindSafe for damage_mitigated
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