Struct cdp::layer_tree::ProfileSnapshotResponse [] [src]

pub struct ProfileSnapshotResponse {
    pub timings: Vec<PaintProfile>,
}

[Experimental]

Command LayerTree.profileSnapshot

Domain Module: cdp::layer_tree
Command Struct: cdp::layer_tree::ProfileSnapshotCommand
Response Struct: cdp::layer_tree::ProfileSnapshotResponse

Fields

The array of paint profiles, one per run.

Trait Implementations

impl Clone for ProfileSnapshotResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ProfileSnapshotResponse
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "LayerTree.profileSnapshot"

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