Struct cdp::layer_tree::LayerPaintedEvent [] [src]

pub struct LayerPaintedEvent<'a> {
    pub layer_id: LayerId<'a>,
    pub clip: Rect,
}

[Experimental]

Event LayerTree.layerPainted

Domain Module: cdp::layer_tree
Event Struct: cdp::layer_tree::LayerPaintedEvent

Fields

The id of the painted layer.

Clip rectangle.

Trait Implementations

impl<'a> Clone for LayerPaintedEvent<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for LayerPaintedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for LayerPaintedEvent<'a>
[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<'a> CdpEvent for LayerPaintedEvent<'a>
[src]

EVENT_NAME: &'static str = "LayerTree.layerPainted"

impl<'a> SerializeCdpEvent for LayerPaintedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for LayerPaintedEvent<'a>
[src]

[src]