pub struct PlaybackId { /* private fields */ }Expand description
Identifies one concrete playback on a motion.
Replacing or retargeting a motion creates a new playback ID even though the
typed Motion handle remains unchanged.
Implementations§
Trait Implementations§
Source§impl Clone for PlaybackId
impl Clone for PlaybackId
Source§fn clone(&self) -> PlaybackId
fn clone(&self) -> PlaybackId
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 PlaybackId
Source§impl Debug for PlaybackId
impl Debug for PlaybackId
impl Eq for PlaybackId
Source§impl Hash for PlaybackId
impl Hash for PlaybackId
impl MotionEventTarget for PlaybackId
Source§impl PartialEq for PlaybackId
impl PartialEq for PlaybackId
impl StructuralPartialEq for PlaybackId
Auto Trait Implementations§
impl Freeze for PlaybackId
impl RefUnwindSafe for PlaybackId
impl Send for PlaybackId
impl Sync for PlaybackId
impl Unpin for PlaybackId
impl UnsafeUnpin for PlaybackId
impl UnwindSafe for PlaybackId
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