#[repr(C)]pub struct spDeformTimeline {
pub super_: spCurveTimeline,
pub framesCount: c_int,
pub frames: *mut f32,
pub frameVerticesCount: c_int,
pub frameVertices: *mut *const f32,
pub slotIndex: c_int,
pub attachment: *mut spAttachment,
}Fields§
§super_: spCurveTimeline§framesCount: c_int§frames: *mut f32§frameVerticesCount: c_int§frameVertices: *mut *const f32§slotIndex: c_int§attachment: *mut spAttachmentTrait Implementations§
Source§impl Clone for spDeformTimeline
impl Clone for spDeformTimeline
Source§fn clone(&self) -> spDeformTimeline
fn clone(&self) -> spDeformTimeline
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 spDeformTimeline
Auto Trait Implementations§
impl !Send for spDeformTimeline
impl !Sync for spDeformTimeline
impl Freeze for spDeformTimeline
impl RefUnwindSafe for spDeformTimeline
impl Unpin for spDeformTimeline
impl UnsafeUnpin for spDeformTimeline
impl UnwindSafe for spDeformTimeline
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