#[repr(C)]pub struct spAnimation {
pub name: *const c_char,
pub duration: f32,
pub timelinesCount: c_int,
pub timelines: *mut *mut spTimeline,
}Fields§
§name: *const c_char§duration: f32§timelinesCount: c_int§timelines: *mut *mut spTimelineTrait Implementations§
Source§impl Clone for spAnimation
impl Clone for spAnimation
Source§fn clone(&self) -> spAnimation
fn clone(&self) -> spAnimation
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 spAnimation
Auto Trait Implementations§
impl !Send for spAnimation
impl !Sync for spAnimation
impl Freeze for spAnimation
impl RefUnwindSafe for spAnimation
impl Unpin for spAnimation
impl UnsafeUnpin for spAnimation
impl UnwindSafe for spAnimation
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