Struct cdp::animation::GetCurrentTimeResponse [] [src]

pub struct GetCurrentTimeResponse {
    pub current_time: f64,
}

[Experimental] Returns the current time of the an animation.

Command Animation.getCurrentTime

Domain Module: cdp::animation
Command Struct: cdp::animation::GetCurrentTimeCommand
Response Struct: cdp::animation::GetCurrentTimeResponse

Fields

Current time of the page.

Trait Implementations

impl Clone for GetCurrentTimeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetCurrentTimeResponse
[src]

[src]

Formats the value using the given formatter.

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

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

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