[][src]Struct mextk_sys::ItemData__bindgen_ty_1

#[repr(C)]pub struct ItemData__bindgen_ty_1 {
    pub anim: Option<unsafe extern "C" fn(item: *mut GOBJ)>,
    pub phys: Option<unsafe extern "C" fn(item: *mut GOBJ)>,
    pub coll: Option<unsafe extern "C" fn(item: *mut GOBJ)>,
    pub accessory: Option<unsafe extern "C" fn(item: *mut GOBJ)>,
    pub xd24: *mut c_void,
    pub xd28: *mut c_void,
    pub xd2c: *mut c_void,
    pub jumped_on: *mut c_void,
    pub grabFt_onIt: *mut c_void,
    pub grabFt_onFt: *mut c_void,
}

Fields

anim: Option<unsafe extern "C" fn(item: *mut GOBJ)>phys: Option<unsafe extern "C" fn(item: *mut GOBJ)>coll: Option<unsafe extern "C" fn(item: *mut GOBJ)>accessory: Option<unsafe extern "C" fn(item: *mut GOBJ)>xd24: *mut c_voidxd28: *mut c_voidxd2c: *mut c_voidjumped_on: *mut c_voidgrabFt_onIt: *mut c_voidgrabFt_onFt: *mut c_void

Trait Implementations

impl Clone for ItemData__bindgen_ty_1[src]

impl Copy for ItemData__bindgen_ty_1[src]

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