[][src]Struct mextk_sys::FighterData_dmg

#[repr(C)]pub struct FighterData_dmg {
    pub behavior: c_int,
    pub percent: f32,
    pub x1834: c_int,
    pub percent_temp: f32,
    pub applied: f32,
    pub x1840: c_int,
    pub direction: f32,
    pub kb_angle: c_int,
    pub damaged_hurtbox: c_int,
    pub force_applied: f32,
    pub collpos: Vec3,
    pub dealt: c_int,
    pub x1864: c_int,
    pub source: *mut GOBJ,
    pub x186c: c_int,
    pub x1870: c_int,
    pub x1874: c_int,
    pub x1878: c_int,
    pub x187c: c_int,
    pub x1880: c_int,
    pub x1884: c_int,
    pub x1888: c_int,
    pub x188c: c_int,
    pub x1890: c_int,
    pub x1894: c_int,
    pub x1898: c_int,
    pub x189c: c_int,
    pub x18a0: c_int,
    pub kb_mag: f32,
    pub x18a8: c_int,
    pub time_since_hit: c_int,
    pub x18b0: c_int,
    pub armor: f32,
    pub x18b8: c_int,
    pub x18bc: c_int,
    pub x18c0: c_int,
    pub source_ply: c_int,
    pub x18c8: c_int,
    pub x18cc: c_int,
    pub x18d0: c_int,
    pub x18d4: c_int,
    pub x18d8: c_int,
    pub x18dc: c_int,
    pub x18e0: c_int,
    pub x18e4: c_int,
    pub x18e8: c_int,
    pub instancehitby: u16_,
    pub x18f0: c_int,
    pub x18f4: c_int,
    pub x18f8: u8_,
    pub x18f9: u8_,
    pub model_shift_frames: u16_,
    pub x18fc: u8_,
    pub x18fd: u8_,
    pub x1900: c_int,
    pub x1904: c_int,
    pub x1908: c_int,
    pub x190c: c_int,
    pub x1910: c_int,
    pub x1914: c_int,
    pub x1918: c_int,
    pub x191c: c_int,
    pub x1920: c_int,
    pub x1924: c_int,
    pub x1928: c_int,
    pub x192c: c_int,
    pub x1930: c_int,
    pub x1934: c_int,
    pub x1938: c_int,
    pub x193c: c_int,
    pub x1940: c_int,
    pub x1944: c_int,
    pub x1948: c_int,
    pub x194c: c_int,
    pub x1950: c_int,
    pub x1954: c_int,
    pub x1958: c_int,
    pub hitlag_frames: f32,
}

Fields

behavior: c_intpercent: f32x1834: c_intpercent_temp: f32applied: f32x1840: c_intdirection: f32kb_angle: c_intdamaged_hurtbox: c_intforce_applied: f32collpos: Vec3dealt: c_intx1864: c_intsource: *mut GOBJx186c: c_intx1870: c_intx1874: c_intx1878: c_intx187c: c_intx1880: c_intx1884: c_intx1888: c_intx188c: c_intx1890: c_intx1894: c_intx1898: c_intx189c: c_intx18a0: c_intkb_mag: f32x18a8: c_inttime_since_hit: c_intx18b0: c_intarmor: f32x18b8: c_intx18bc: c_intx18c0: c_intsource_ply: c_intx18c8: c_intx18cc: c_intx18d0: c_intx18d4: c_intx18d8: c_intx18dc: c_intx18e0: c_intx18e4: c_intx18e8: c_intinstancehitby: u16_x18f0: c_intx18f4: c_intx18f8: u8_x18f9: u8_model_shift_frames: u16_x18fc: u8_x18fd: u8_x1900: c_intx1904: c_intx1908: c_intx190c: c_intx1910: c_intx1914: c_intx1918: c_intx191c: c_intx1920: c_intx1924: c_intx1928: c_intx192c: c_intx1930: c_intx1934: c_intx1938: c_intx193c: c_intx1940: c_intx1944: c_intx1948: c_intx194c: c_intx1950: c_intx1954: c_intx1958: c_inthitlag_frames: f32

Trait Implementations

impl Clone for FighterData_dmg[src]

impl Copy for FighterData_dmg[src]

impl Debug for FighterData_dmg[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.