Struct cdp::animation::GetPlaybackRateResponse [] [src]

pub struct GetPlaybackRateResponse {
    pub playback_rate: f64,
}

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

Command Animation.getPlaybackRate

Domain Module: cdp::animation
Command Struct: cdp::animation::GetPlaybackRateCommand
Response Struct: cdp::animation::GetPlaybackRateResponse

Fields

Playback rate for animations on page.

Trait Implementations

impl Clone for GetPlaybackRateResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetPlaybackRateResponse
[src]

[src]

Formats the value using the given formatter.

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

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

impl<'a> HasCdpCommand<'a> for GetPlaybackRateResponse
[src]