[][src]Struct mextk_sys::MOBJ

#[repr(C)]pub struct MOBJ {
    pub parent: *mut c_int,
    pub rendermode: u32_,
    pub tobj: *mut TOBJ,
    pub mat: *mut HSD_Material,
    pub pe: *mut _HSD_PEDesc,
    pub aobj: *mut AOBJ,
    pub tevdesc: *mut _HSD_TExpTevDesc,
    pub tobj_toon: *mut _HSD_TObj,
    pub tobj_gradation: *mut _HSD_TObj,
    pub tobj_backlight: *mut _HSD_TObj,
    pub z_offset: f32_,
}

Fields

parent: *mut c_intrendermode: u32_tobj: *mut TOBJmat: *mut HSD_Materialpe: *mut _HSD_PEDescaobj: *mut AOBJtevdesc: *mut _HSD_TExpTevDesctobj_toon: *mut _HSD_TObjtobj_gradation: *mut _HSD_TObjtobj_backlight: *mut _HSD_TObjz_offset: f32_

Trait Implementations

impl Clone for MOBJ[src]

impl Copy for MOBJ[src]

impl Debug for MOBJ[src]

Auto Trait Implementations

impl !Send for MOBJ[src]

impl !Sync for MOBJ[src]

impl Unpin for MOBJ[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.