[][src]Struct mextk_sys::MnSlChrIcon

#[repr(C)]pub struct MnSlChrIcon {
    pub ft_hudindex: u8_,
    pub ft_kind: u8_,
    pub state: u8_,
    pub anim_timer: u8_,
    pub joint_id: u8_,
    pub joint2_id: u8_,
    pub sfx: c_int,
    pub bound_l: f32,
    pub bound_r: f32,
    pub bound_u: f32,
    pub bound_d: f32,
}

Fields

ft_hudindex: u8_ft_kind: u8_state: u8_anim_timer: u8_joint_id: u8_joint2_id: u8_sfx: c_intbound_l: f32bound_r: f32bound_u: f32bound_d: f32

Trait Implementations

impl Clone for MnSlChrIcon[src]

impl Copy for MnSlChrIcon[src]

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