[][src]Struct mextk_sys::MnSlChrTagData

#[repr(C)]pub struct MnSlChrTagData {
    pub name: *mut Text,
    pub namelist: *mut Text,
    pub x8: f32,
    pub scroll_amt: f32,
    pub scroll_force: f32,
    pub timer: c_int,
    pub next_tag: u8_,
    pub port: u8_,
    pub state: u8_,
    pub use_tag: u8_,
}

Fields

name: *mut Textnamelist: *mut Textx8: f32scroll_amt: f32scroll_force: f32timer: c_intnext_tag: u8_port: u8_state: u8_use_tag: u8_

Trait Implementations

impl Clone for MnSlChrTagData[src]

impl Copy for MnSlChrTagData[src]

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