#[repr(C)]pub struct spPathConstraintData {Show 14 fields
pub name: *const c_char,
pub order: c_int,
pub skinRequired: c_int,
pub bonesCount: c_int,
pub bones: *mut *mut spBoneData,
pub target: *mut spSlotData,
pub positionMode: spPositionMode,
pub spacingMode: spSpacingMode,
pub rotateMode: spRotateMode,
pub offsetRotation: f32,
pub position: f32,
pub spacing: f32,
pub rotateMix: f32,
pub translateMix: f32,
}Fields§
§name: *const c_char§order: c_int§skinRequired: c_int§bonesCount: c_int§bones: *mut *mut spBoneData§target: *mut spSlotData§positionMode: spPositionMode§spacingMode: spSpacingMode§rotateMode: spRotateMode§offsetRotation: f32§position: f32§spacing: f32§rotateMix: f32§translateMix: f32Trait Implementations§
Source§impl Clone for spPathConstraintData
impl Clone for spPathConstraintData
Source§fn clone(&self) -> spPathConstraintData
fn clone(&self) -> spPathConstraintData
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 spPathConstraintData
Auto Trait Implementations§
impl !Send for spPathConstraintData
impl !Sync for spPathConstraintData
impl Freeze for spPathConstraintData
impl RefUnwindSafe for spPathConstraintData
impl Unpin for spPathConstraintData
impl UnsafeUnpin for spPathConstraintData
impl UnwindSafe for spPathConstraintData
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