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