pub struct SeekAnimations {
pub animations: Vec<String>,
pub current_time: JsFloat,
}Fields§
§animations: Vec<String>§current_time: JsFloatTrait Implementations§
Source§impl Clone for SeekAnimations
impl Clone for SeekAnimations
Source§fn clone(&self) -> SeekAnimations
fn clone(&self) -> SeekAnimations
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 SeekAnimations
impl Debug for SeekAnimations
Source§impl<'de> Deserialize<'de> for SeekAnimations
impl<'de> Deserialize<'de> for SeekAnimations
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
Source§impl Method for SeekAnimations
impl Method for SeekAnimations
const NAME: &'static str = "Animation.seekAnimations"
type ReturnObject = SeekAnimationsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SeekAnimations
impl PartialEq for SeekAnimations
Source§impl Serialize for SeekAnimations
impl Serialize for SeekAnimations
impl StructuralPartialEq for SeekAnimations
Auto Trait Implementations§
impl Freeze for SeekAnimations
impl RefUnwindSafe for SeekAnimations
impl Send for SeekAnimations
impl Sync for SeekAnimations
impl Unpin for SeekAnimations
impl UnwindSafe for SeekAnimations
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