pub struct GetCurrentTime { /* private fields */ }Expand description
Returns the current time of the an animation.
Implementations§
Trait Implementations§
Source§impl Clone for GetCurrentTime
impl Clone for GetCurrentTime
Source§fn clone(&self) -> GetCurrentTime
fn clone(&self) -> GetCurrentTime
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for GetCurrentTime
impl Command for GetCurrentTime
Source§impl Debug for GetCurrentTime
impl Debug for GetCurrentTime
Auto Trait Implementations§
impl Freeze for GetCurrentTime
impl RefUnwindSafe for GetCurrentTime
impl Send for GetCurrentTime
impl Sync for GetCurrentTime
impl Unpin for GetCurrentTime
impl UnwindSafe for GetCurrentTime
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