[][src]Struct mextk_sys::FighterData_grab

#[repr(C)]pub struct FighterData_grab {
    pub grab_timer: f32,
    pub x1a50: c_int,
    pub x1a54: c_int,
    pub grab_attacker: *mut GOBJ,
    pub grab_victim: *mut GOBJ,
    pub x1a60: c_int,
    pub x1a64: c_int,
    pub x1a68: u16_,
    pub vuln: u16_,
    pub x1a6c: c_int,
    pub x1a70: c_int,
    pub x1a74: c_int,
    pub x1a78: c_int,
    pub x1a7c: c_int,
    pub x1a80: c_int,
    pub x1a84: c_int,
}

Fields

grab_timer: f32x1a50: c_intx1a54: c_intgrab_attacker: *mut GOBJgrab_victim: *mut GOBJx1a60: c_intx1a64: c_intx1a68: u16_vuln: u16_x1a6c: c_intx1a70: c_intx1a74: c_intx1a78: c_intx1a7c: c_intx1a80: c_intx1a84: c_int

Trait Implementations

impl Clone for FighterData_grab[src]

impl Copy for FighterData_grab[src]

impl Debug for FighterData_grab[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.