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: f64
Playback rate for animations on page.
Trait Implementations
impl Clone for GetPlaybackRateResponse
[src]
fn clone(&self) -> GetPlaybackRateResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for GetPlaybackRateResponse
[src]
impl PartialEq for GetPlaybackRateResponse
[src]
fn eq(&self, __arg_0: &GetPlaybackRateResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetPlaybackRateResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for GetPlaybackRateResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Animation.getPlaybackRate"