#[repr(C)]pub struct FtDynamicRoot {Show 29 fields
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 JOBJ§rot: Vec4§trans: Vec3§scale: Vec3§rot_global: Vec3§x38: f32§x3c: f32§x40: f32§x44: f32§x48: f32§x4c: f32§x50: f32§x54: f32§x58: f32§x5c: f32§x60: f32§x64: f32§x68: f32§x6c: f32§x70: f32§x74: f32§x78: f32§x7c: f32§x80: f32§x84: f32§x88: f32§x8c: f32§next: *mut FtDynamicRoot§x94: f32Trait Implementations§
Source§impl Clone for FtDynamicRoot
impl Clone for FtDynamicRoot
Source§fn clone(&self) -> FtDynamicRoot
fn clone(&self) -> FtDynamicRoot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FtDynamicRoot
impl Debug for FtDynamicRoot
impl Copy for FtDynamicRoot
Auto Trait Implementations§
impl Freeze for FtDynamicRoot
impl RefUnwindSafe for FtDynamicRoot
impl !Send for FtDynamicRoot
impl !Sync for FtDynamicRoot
impl Unpin for FtDynamicRoot
impl UnwindSafe for FtDynamicRoot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more