[][src]Struct mextk_sys::FtDynamicRoot

#[repr(C)]pub struct FtDynamicRoot {
    pub jobj: *mut JOBJ,
    pub rot: Vec4,
    pub trans: Vec3,
    pub scale: Vec3,
    pub rot_global: Vec3,
    pub x38: f32,
    pub x3c: f32,
    pub x40: f32,
    pub x44: f32,
    pub x48: f32,
    pub x4c: f32,
    pub x50: f32,
    pub x54: f32,
    pub x58: f32,
    pub x5c: f32,
    pub x60: f32,
    pub x64: f32,
    pub x68: f32,
    pub x6c: f32,
    pub x70: f32,
    pub x74: f32,
    pub x78: f32,
    pub x7c: f32,
    pub x80: f32,
    pub x84: f32,
    pub x88: f32,
    pub x8c: f32,
    pub next: *mut FtDynamicRoot,
    pub x94: f32,
}

Fields

jobj: *mut JOBJrot: Vec4trans: Vec3scale: Vec3rot_global: Vec3x38: f32x3c: f32x40: f32x44: f32x48: f32x4c: f32x50: f32x54: f32x58: f32x5c: f32x60: f32x64: f32x68: f32x6c: f32x70: f32x74: f32x78: f32x7c: f32x80: f32x84: f32x88: f32x8c: f32next: *mut FtDynamicRootx94: f32

Trait Implementations

impl Clone for FtDynamicRoot[src]

impl Copy for FtDynamicRoot[src]

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