#[repr(C)]pub struct spTrackEntry {Show 33 fields
pub animation: *mut spAnimation,
pub next: *mut spTrackEntry,
pub mixingFrom: *mut spTrackEntry,
pub mixingTo: *mut spTrackEntry,
pub listener: spAnimationStateListener,
pub trackIndex: c_int,
pub loop_: c_int,
pub holdPrevious: c_int,
pub eventThreshold: f32,
pub attachmentThreshold: f32,
pub drawOrderThreshold: f32,
pub animationStart: f32,
pub animationEnd: f32,
pub animationLast: f32,
pub nextAnimationLast: f32,
pub delay: f32,
pub trackTime: f32,
pub trackLast: f32,
pub nextTrackLast: f32,
pub trackEnd: f32,
pub timeScale: f32,
pub alpha: f32,
pub mixTime: f32,
pub mixDuration: f32,
pub interruptAlpha: f32,
pub totalAlpha: f32,
pub mixBlend: spMixBlend,
pub timelineMode: *mut spIntArray,
pub timelineHoldMix: *mut spTrackEntryArray,
pub timelinesRotation: *mut f32,
pub timelinesRotationCount: c_int,
pub rendererObject: *mut c_void,
pub userData: *mut c_void,
}Fields§
§animation: *mut spAnimation§next: *mut spTrackEntry§mixingFrom: *mut spTrackEntry§mixingTo: *mut spTrackEntry§listener: spAnimationStateListener§trackIndex: c_int§loop_: c_int§holdPrevious: c_int§eventThreshold: f32§attachmentThreshold: f32§drawOrderThreshold: f32§animationStart: f32§animationEnd: f32§animationLast: f32§nextAnimationLast: f32§delay: f32§trackTime: f32§trackLast: f32§nextTrackLast: f32§trackEnd: f32§timeScale: f32§alpha: f32§mixTime: f32§mixDuration: f32§interruptAlpha: f32§totalAlpha: f32§mixBlend: spMixBlend§timelineMode: *mut spIntArray§timelineHoldMix: *mut spTrackEntryArray§timelinesRotation: *mut f32§timelinesRotationCount: c_int§rendererObject: *mut c_void§userData: *mut c_voidTrait Implementations§
Source§impl Clone for spTrackEntry
impl Clone for spTrackEntry
Source§fn clone(&self) -> spTrackEntry
fn clone(&self) -> spTrackEntry
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 spTrackEntry
Auto Trait Implementations§
impl !Send for spTrackEntry
impl !Sync for spTrackEntry
impl Freeze for spTrackEntry
impl RefUnwindSafe for spTrackEntry
impl Unpin for spTrackEntry
impl UnsafeUnpin for spTrackEntry
impl UnwindSafe for spTrackEntry
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