Struct cdp::animation::SetPlaybackRateCommand [] [src]

pub struct SetPlaybackRateCommand {
    pub playback_rate: f64,
}

[Experimental] Sets the playback rate of the document timeline.

Command Animation.setPlaybackRate

Domain Module: cdp::animation
Command Struct: cdp::animation::SetPlaybackRateCommand
Response Struct: cdp::animation::SetPlaybackRateResponse

Fields

Playback rate for animations on page

Trait Implementations

impl Clone for SetPlaybackRateCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetPlaybackRateCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetPlaybackRateCommand
[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 CdpCommand for SetPlaybackRateCommand
[src]

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

impl SerializeCdpCommand for SetPlaybackRateCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for SetPlaybackRateCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for SetPlaybackRateCommand
[src]