#[repr(C)]pub struct DmgHazard {
pub x0: c_int,
pub dmg: c_int,
pub angle: c_int,
pub kb_growth: c_int,
pub x10: c_int,
pub kb_base: c_int,
pub element: c_int,
pub x1c: c_int,
pub sfx: c_int,
}Fields§
§x0: c_int§dmg: c_int§angle: c_int§kb_growth: c_int§x10: c_int§kb_base: c_int§element: c_int§x1c: c_int§sfx: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for DmgHazard
impl RefUnwindSafe for DmgHazard
impl Send for DmgHazard
impl Sync for DmgHazard
impl Unpin for DmgHazard
impl UnwindSafe for DmgHazard
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more