pub struct SeekAnimationsReturn {}Available on crate features
experimental and Animation and Runtime and DOM only.Expand description
Seek a set of animations to a particular time within each animation.
Implementations§
Trait Implementations§
Source§impl Clone for SeekAnimationsReturn
impl Clone for SeekAnimationsReturn
Source§fn clone(&self) -> SeekAnimationsReturn
fn clone(&self) -> SeekAnimationsReturn
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 Debug for SeekAnimationsReturn
impl Debug for SeekAnimationsReturn
Source§impl Default for SeekAnimationsReturn
impl Default for SeekAnimationsReturn
Source§fn default() -> SeekAnimationsReturn
fn default() -> SeekAnimationsReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SeekAnimationsReturn
impl<'de> Deserialize<'de> for SeekAnimationsReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SeekAnimationsReturn
impl RefUnwindSafe for SeekAnimationsReturn
impl Send for SeekAnimationsReturn
impl Sync for SeekAnimationsReturn
impl Unpin for SeekAnimationsReturn
impl UnwindSafe for SeekAnimationsReturn
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