Struct cdp::animation::SeekAnimationsCommand [] [src]

pub struct SeekAnimationsCommand<'a> {
    pub animations: Vec<Cow<'a, str>>,
    pub current_time: f64,
}

[Experimental] Seek a set of animations to a particular time within each animation.

Command Animation.seekAnimations

Domain Module: cdp::animation
Command Struct: cdp::animation::SeekAnimationsCommand
Response Struct: cdp::animation::SeekAnimationsResponse

Fields

List of animation ids to seek.

Set the current time of each animation.

Trait Implementations

impl<'a> Clone for SeekAnimationsCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for SeekAnimationsCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SeekAnimationsCommand<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> CdpCommand for SeekAnimationsCommand<'a>
[src]

COMMAND_NAME: &'static str = "Animation.seekAnimations"

impl<'a> SerializeCdpCommand for SeekAnimationsCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for SeekAnimationsCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for SeekAnimationsCommand<'a>
[src]