[][src]Struct smash::params::battle_object::BattleObjectParamsStruct1

#[repr(C)]pub struct BattleObjectParamsStruct1 {
    pub x05a4fa7c89: *mut [BattleObjectParamsStruct2; 28],
    pub x043bc4bcd9: u64,
    pub x0836a37cfd: f32,
    pub x0382d773ca: i32,
    pub x0467ab645b: bool,
    pub x08bc91f416: u64,
    pub x075da53379: bool,
    pub x0bd3619f27: f32,
    // some fields omitted
}

Fields

x05a4fa7c89: *mut [BattleObjectParamsStruct2; 28]x043bc4bcd9: u64x0836a37cfd: f32x0382d773ca: i32x0467ab645b: boolx08bc91f416: u64x075da53379: boolx0bd3619f27: f32

Trait Implementations

impl Debug for BattleObjectParamsStruct1[src]

Auto Trait Implementations

impl RefUnwindSafe for BattleObjectParamsStruct1

impl !Send for BattleObjectParamsStruct1

impl !Sync for BattleObjectParamsStruct1

impl Unpin for BattleObjectParamsStruct1

impl UnwindSafe for BattleObjectParamsStruct1

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.