[][src]Struct mextk_sys::Text

#[repr(C)]pub struct Text {
    pub trans: Vec3,
    pub aspect: Vec2,
    pub x14: c_int,
    pub x18: c_int,
    pub x1c: c_int,
    pub x20: c_int,
    pub scale: Vec2,
    pub x2C: c_int,
    pub color: GXColor,
    pub stretch: Vec2,
    pub x3c: c_int,
    pub x40: c_int,
    pub x44: c_int,
    pub use_aspect: u8_,
    pub kerning: u8_,
    pub align: u8_,
    pub x4b: u8_,
    pub x4c: u8_,
    pub hidden: u8_,
    pub x4e: u8_,
    pub sis_id: u8_,
    pub x50: c_int,
    pub gobj: *mut GOBJ,
    pub callback: *mut c_void,
    pub textAlloc: *mut u8_,
    pub textAlloc2: *mut u8_,
    pub allocInfo: *mut TextAllocInfo,
}

Fields

trans: Vec3aspect: Vec2x14: c_intx18: c_intx1c: c_intx20: c_intscale: Vec2x2C: c_intcolor: GXColorstretch: Vec2x3c: c_intx40: c_intx44: c_intuse_aspect: u8_kerning: u8_align: u8_x4b: u8_x4c: u8_hidden: u8_x4e: u8_sis_id: u8_x50: c_intgobj: *mut GOBJcallback: *mut c_voidtextAlloc: *mut u8_textAlloc2: *mut u8_allocInfo: *mut TextAllocInfo

Trait Implementations

impl Clone for Text[src]

impl Copy for Text[src]

impl Debug for Text[src]

Auto Trait Implementations

impl !Send for Text[src]

impl !Sync for Text[src]

impl Unpin for Text[src]

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.