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