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