[][src]Struct mextk_sys::MnSlChrDoor

#[repr(C)]pub struct MnSlChrDoor {
    pub x0: u8_,
    pub csp_joint: u8_,
    pub x2: u8_,
    pub joint_id: u8_,
    pub x4: u8_,
    pub x5: u8_,
    pub x6: u8_,
    pub cpuslider_joint: u8_,
    pub slider2_joint: u8_,
    pub x9: u8_,
    pub dooranim_timer: u8_,
    pub state: u8_,
    pub xc: u8_,
    pub costume: u8_,
    pub sel_icon: u8_,
    pub xf: u8_,
    pub x10: u8_,
    pub slideranim_timer: u8_,
    pub x12: u8_,
    pub x13: u8_,
    pub button_l: f32,
    pub button_t: f32,
    pub button_u: f32,
    pub button_d: f32,
}

Fields

x0: u8_csp_joint: u8_x2: u8_joint_id: u8_x4: u8_x5: u8_x6: u8_cpuslider_joint: u8_slider2_joint: u8_x9: u8_dooranim_timer: u8_state: u8_xc: u8_costume: u8_sel_icon: u8_xf: u8_x10: u8_slideranim_timer: u8_x12: u8_x13: u8_button_l: f32button_t: f32button_u: f32button_d: f32

Trait Implementations

impl Clone for MnSlChrDoor[src]

impl Copy for MnSlChrDoor[src]

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