[][src]Struct mextk_sys::GOBJList

#[repr(C)]pub struct GOBJList {
    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 GOBJx4: *mut GOBJx8: *mut GOBJxc: *mut GOBJx10: *mut GOBJcobj: *mut GOBJx18: *mut GOBJx1c: *mut GOBJfighter: *mut GOBJitem: *mut GOBJx28: *mut GOBJeffect_model: *mut GOBJeffect_unk: *mut GOBJx34: *mut GOBJx38: *mut GOBJx3c: *mut GOBJx40: *mut GOBJx44: *mut GOBJmatch_cam: *mut GOBJ

Trait Implementations

impl Clone for GOBJList[src]

impl Copy for GOBJList[src]

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