#[repr(C)]pub struct spTimeline {
pub type_: spTimelineType,
pub vtable: *const c_void,
}Fields§
§type_: spTimelineType§vtable: *const c_voidTrait Implementations§
Source§impl Clone for spTimeline
impl Clone for spTimeline
Source§fn clone(&self) -> spTimeline
fn clone(&self) -> spTimeline
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 spTimeline
Auto Trait Implementations§
impl !Send for spTimeline
impl !Sync for spTimeline
impl Freeze for spTimeline
impl RefUnwindSafe for spTimeline
impl Unpin for spTimeline
impl UnsafeUnpin for spTimeline
impl UnwindSafe for spTimeline
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