#[repr(C)]pub struct spBone {Show 28 fields
pub data: *mut spBoneData,
pub skeleton: *mut spSkeleton,
pub parent: *mut spBone,
pub childrenCount: c_int,
pub children: *mut *mut spBone,
pub x: f32,
pub y: f32,
pub rotation: f32,
pub scaleX: f32,
pub scaleY: f32,
pub shearX: f32,
pub shearY: f32,
pub ax: f32,
pub ay: f32,
pub arotation: f32,
pub ascaleX: f32,
pub ascaleY: f32,
pub ashearX: f32,
pub ashearY: f32,
pub appliedValid: c_int,
pub a: f32,
pub b: f32,
pub worldX: f32,
pub c: f32,
pub d: f32,
pub worldY: f32,
pub sorted: c_int,
pub active: c_int,
}Fields§
§data: *mut spBoneData§skeleton: *mut spSkeleton§parent: *mut spBone§childrenCount: c_int§children: *mut *mut spBone§x: f32§y: f32§rotation: f32§scaleX: f32§scaleY: f32§shearX: f32§shearY: f32§ax: f32§ay: f32§arotation: f32§ascaleX: f32§ascaleY: f32§ashearX: f32§ashearY: f32§appliedValid: c_int§a: f32§b: f32§worldX: f32§c: f32§d: f32§worldY: f32§sorted: c_int§active: c_intTrait Implementations§
Auto Trait Implementations§
impl !Send for spBone
impl !Sync for spBone
impl Freeze for spBone
impl RefUnwindSafe for spBone
impl Unpin for spBone
impl UnsafeUnpin for spBone
impl UnwindSafe for spBone
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