[][src]Struct mextk_sys::FighterData_phys

#[repr(C)]pub struct FighterData_phys {
    pub anim_vel: Vec3,
    pub self_vel: Vec3,
    pub kb_vel: Vec3,
    pub x98: c_int,
    pub x9c: c_int,
    pub xa0: c_int,
    pub xa4: c_int,
    pub xa8: c_int,
    pub xac: c_int,
    pub pos: Vec3,
    pub pos_prev: Vec3,
    pub pos_delta: Vec3,
    pub unknownD4: Vec3,
    pub air_state: c_int,
    pub horzitonal_velocity_queue_will_be_added_to_0xec: f32,
    pub vertical_velocity_queue_will_be_added_to_0xec: f32,
    pub selfVelGround: Vec3,
    pub unknownF8: c_int,
    pub unknownFC: c_int,
    pub unknown100: c_int,
}

Fields

anim_vel: Vec3self_vel: Vec3kb_vel: Vec3x98: c_intx9c: c_intxa0: c_intxa4: c_intxa8: c_intxac: c_intpos: Vec3pos_prev: Vec3pos_delta: Vec3unknownD4: Vec3air_state: c_inthorzitonal_velocity_queue_will_be_added_to_0xec: f32vertical_velocity_queue_will_be_added_to_0xec: f32selfVelGround: Vec3unknownF8: c_intunknownFC: c_intunknown100: c_int

Trait Implementations

impl Clone for FighterData_phys[src]

impl Copy for FighterData_phys[src]

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