[][src]Struct mextk_sys::itData

#[repr(C)]pub struct itData {
    pub x0: c_int,
    pub param_ext: *mut f32,
    pub archive: *mut c_void,
    pub animFlags: *mut c_void,
    pub animDynamics: *mut c_void,
    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: c_int,
    pub hurtbox: c_int,
    pub x34: c_int,
    pub x38: c_int,
    pub x3C: c_int,
    pub x40: c_int,
    pub coll: c_int,
    pub items: *mut c_int,
    pub x4C: c_int,
    pub x50: c_int,
    pub x54: c_int,
    pub boneLookup: c_int,
}

Structs

Fields

x0: c_intparam_ext: *mut f32archive: *mut c_voidanimFlags: *mut c_voidanimDynamics: *mut c_voidx14: c_intx18: c_intx1C: c_intx20: c_intx24: c_intx28: c_intdynamics: c_inthurtbox: c_intx34: c_intx38: c_intx3C: c_intx40: c_intcoll: c_intitems: *mut c_intx4C: c_intx50: c_intx54: c_intboneLookup: c_int

Trait Implementations

impl Clone for itData[src]

impl Copy for itData[src]

impl Debug for itData[src]

Auto Trait Implementations

impl !Send for itData[src]

impl !Sync for itData[src]

impl Unpin for itData[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.