[][src]Struct mextk_sys::ftData

#[repr(C)]pub struct ftData {
    pub footBoneL: c_char,
    pub footBoneR: c_char,
    pub charAttributes: *mut c_int,
    pub modelLookup: *mut u8_,
    pub animFlags: c_int,
    pub animDynamics: c_int,
    pub x14: c_int,
    pub x18: c_int,
    pub x1C: c_int,
    pub x20: c_int,
    pub x24: c_int,
    pub x28: c_int,
    pub dynamics: *mut ftDynamics,
    pub hurtbox: c_int,
    pub center_bubble: *mut c_int,
    pub x38: c_int,
    pub x3C: c_int,
    pub x40: c_int,
    pub coll: c_int,
    pub items: *mut c_void,
    pub x4C: *mut c_int,
    pub x50: c_int,
    pub x54: c_int,
    pub boneLookup: *mut c_int,
}

Fields

footBoneL: c_charfootBoneR: c_charcharAttributes: *mut c_intmodelLookup: *mut u8_animFlags: c_intanimDynamics: c_intx14: c_intx18: c_intx1C: c_intx20: c_intx24: c_intx28: c_intdynamics: *mut ftDynamicshurtbox: c_intcenter_bubble: *mut c_intx38: c_intx3C: c_intx40: c_intcoll: c_intitems: *mut c_voidx4C: *mut c_intx50: c_intx54: c_intboneLookup: *mut c_int

Trait Implementations

impl Clone for ftData[src]

impl Copy for ftData[src]

impl Debug for ftData[src]

Auto Trait Implementations

impl !Send for ftData[src]

impl !Sync for ftData[src]

impl Unpin for ftData[src]

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.