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