[][src]Struct mextk_sys::JOBJDesc

#[repr(C)]pub struct JOBJDesc {
    pub class_name: *mut c_char,
    pub flags: u32_,
    pub child: *mut JOBJDesc,
    pub next: *mut JOBJDesc,
    pub u: JOBJDesc__bindgen_ty_1,
    pub rotation: Vec3,
    pub scale: Vec3,
    pub position: Vec3,
    pub mtx: Mtx,
    pub robjdesc: *mut _HSD_RObjDesc,
}

Fields

class_name: *mut c_charflags: u32_child: *mut JOBJDescnext: *mut JOBJDescu: JOBJDesc__bindgen_ty_1rotation: Vec3scale: Vec3position: Vec3mtx: Mtxrobjdesc: *mut _HSD_RObjDesc

Trait Implementations

impl Clone for JOBJDesc[src]

impl Copy for JOBJDesc[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.