#[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_void§xd28: *mut c_void§xd2c: *mut c_void§jumped_on: *mut c_void§grabFt_onIt: *mut c_void§grabFt_onFt: *mut c_voidTrait Implementations§
Source§impl Clone for ItemData__bindgen_ty_1
impl Clone for ItemData__bindgen_ty_1
Source§fn clone(&self) -> ItemData__bindgen_ty_1
fn clone(&self) -> ItemData__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ItemData__bindgen_ty_1
impl Debug for ItemData__bindgen_ty_1
impl Copy for ItemData__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for ItemData__bindgen_ty_1
impl RefUnwindSafe for ItemData__bindgen_ty_1
impl !Send for ItemData__bindgen_ty_1
impl !Sync for ItemData__bindgen_ty_1
impl Unpin for ItemData__bindgen_ty_1
impl UnwindSafe for ItemData__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more