#[repr(C)]pub struct GOBJList {Show 19 fields
pub x0: *mut GOBJ,
pub x4: *mut GOBJ,
pub x8: *mut GOBJ,
pub xc: *mut GOBJ,
pub x10: *mut GOBJ,
pub cobj: *mut GOBJ,
pub x18: *mut GOBJ,
pub x1c: *mut GOBJ,
pub fighter: *mut GOBJ,
pub item: *mut GOBJ,
pub x28: *mut GOBJ,
pub effect_model: *mut GOBJ,
pub effect_unk: *mut GOBJ,
pub x34: *mut GOBJ,
pub x38: *mut GOBJ,
pub x3c: *mut GOBJ,
pub x40: *mut GOBJ,
pub x44: *mut GOBJ,
pub match_cam: *mut GOBJ,
}Fields§
§x0: *mut GOBJ§x4: *mut GOBJ§x8: *mut GOBJ§xc: *mut GOBJ§x10: *mut GOBJ§cobj: *mut GOBJ§x18: *mut GOBJ§x1c: *mut GOBJ§fighter: *mut GOBJ§item: *mut GOBJ§x28: *mut GOBJ§effect_model: *mut GOBJ§effect_unk: *mut GOBJ§x34: *mut GOBJ§x38: *mut GOBJ§x3c: *mut GOBJ§x40: *mut GOBJ§x44: *mut GOBJ§match_cam: *mut GOBJTrait Implementations§
Auto Trait Implementations§
impl Freeze for GOBJList
impl RefUnwindSafe for GOBJList
impl !Send for GOBJList
impl !Sync for GOBJList
impl Unpin for GOBJList
impl UnsafeUnpin for GOBJList
impl UnwindSafe for GOBJList
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