#[repr(C)]pub struct spPathConstraintData {Show 15 fields
pub name: *mut 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: c_float,
pub position: c_float,
pub spacing: c_float,
pub mixRotate: c_float,
pub mixX: c_float,
pub mixY: c_float,
}Fields§
§name: *mut 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: c_float§position: c_float§spacing: c_float§mixRotate: c_float§mixX: c_float§mixY: c_floatTrait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl NewFromPtr<spPathConstraintData> for PathConstraintData
impl NewFromPtr<spPathConstraintData> for PathConstraintData
unsafe fn new_from_ptr(c_slot: *mut spPathConstraintData) -> Self
impl Copy for spPathConstraintData
Auto Trait Implementations§
impl Freeze for spPathConstraintData
impl RefUnwindSafe for spPathConstraintData
impl !Send for spPathConstraintData
impl !Sync for spPathConstraintData
impl Unpin 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