[][src]Struct mextk_sys::FighterData_TM

#[repr(C)]pub struct FighterData_TM {
    pub state_frame: s16,
    pub shield_frame: s16,
    pub state_prev: [u16_; 6],
    pub state_prev_frames: [u16_; 6],
    pub last_move_hurt: u16_,
    pub vuln_frames: u16_,
    pub can_fastfall_frames: u16_,
    pub post_hitstun_frames: c_int,
    pub fighter_hurt_shield: *mut GOBJ,
    pub cb_anim: *mut c_void,
}

Fields

state_frame: s16shield_frame: s16state_prev: [u16_; 6]state_prev_frames: [u16_; 6]last_move_hurt: u16_vuln_frames: u16_can_fastfall_frames: u16_post_hitstun_frames: c_intfighter_hurt_shield: *mut GOBJcb_anim: *mut c_void

Trait Implementations

impl Clone for FighterData_TM[src]

impl Copy for FighterData_TM[src]

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