[][src]Struct mextk_sys::FighterData_ftcmd_var

#[repr(C)]pub struct FighterData_ftcmd_var {
    pub subactionFlag0: c_int,
    pub subactionFlag1: c_int,
    pub subactionFlag2: c_int,
    pub subactionFlag3: c_int,
}

Fields

subactionFlag0: c_intsubactionFlag1: c_intsubactionFlag2: c_intsubactionFlag3: c_int

Trait Implementations

impl Clone for FighterData_ftcmd_var[src]

impl Copy for FighterData_ftcmd_var[src]

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