#[repr(C)]pub struct spTransformConstraint {
pub data: *mut spTransformConstraintData,
pub bonesCount: c_int,
pub bones: *mut *mut spBone,
pub target: *mut spBone,
pub rotateMix: f32,
pub translateMix: f32,
pub scaleMix: f32,
pub shearMix: f32,
pub active: c_int,
}Fields§
§data: *mut spTransformConstraintData§bonesCount: c_int§bones: *mut *mut spBone§target: *mut spBone§rotateMix: f32§translateMix: f32§scaleMix: f32§shearMix: f32§active: c_intTrait Implementations§
Source§impl Clone for spTransformConstraint
impl Clone for spTransformConstraint
Source§fn clone(&self) -> spTransformConstraint
fn clone(&self) -> spTransformConstraint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spTransformConstraint
Auto Trait Implementations§
impl !Send for spTransformConstraint
impl !Sync for spTransformConstraint
impl Freeze for spTransformConstraint
impl RefUnwindSafe for spTransformConstraint
impl Unpin for spTransformConstraint
impl UnsafeUnpin for spTransformConstraint
impl UnwindSafe for spTransformConstraint
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