[][src]Struct mextk_sys::MnSlChrTag

#[repr(C)]pub struct MnSlChrTag {
    pub tag_data: *mut MnSlChrTagData,
    pub x4: u8_,
    pub list_joint: u8_,
    pub name_joint: u8_,
    pub x7: u8_,
    pub kostartext_joint: u8_,
    pub x9: u8_,
    pub xa: u8_,
    pub xb: u8_,
}

Fields

tag_data: *mut MnSlChrTagDatax4: u8_list_joint: u8_name_joint: u8_x7: u8_kostartext_joint: u8_x9: u8_xa: u8_xb: u8_

Trait Implementations

impl Clone for MnSlChrTag[src]

impl Copy for MnSlChrTag[src]

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