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: f64
Current time of the page.
Trait Implementations
impl Clone for GetCurrentTimeResponse[src]
fn clone(&self) -> GetCurrentTimeResponse[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 GetCurrentTimeResponse[src]
impl PartialEq for GetCurrentTimeResponse[src]
fn eq(&self, __arg_0: &GetCurrentTimeResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GetCurrentTimeResponse) -> bool[src]
This method tests for !=.
impl CdpCommand for GetCurrentTimeResponse[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Animation.getCurrentTime"