Struct cdp::layer_tree::CompositingReasonsResponse
[−]
[src]
pub struct CompositingReasonsResponse<'a> { pub compositing_reasons: Vec<Cow<'a, str>>, }
[Experimental] Provides the reasons why the given layer was composited.
Command LayerTree.compositingReasons
Domain Module: cdp::layer_tree
Command Struct: cdp::layer_tree::CompositingReasonsCommand
Response Struct: cdp::layer_tree::CompositingReasonsResponse
Fields
compositing_reasons: Vec<Cow<'a, str>>
A list of strings specifying reasons for the given layer to become composited.
Trait Implementations
impl<'a> Clone for CompositingReasonsResponse<'a>
[src]
fn clone(&self) -> CompositingReasonsResponse<'a>
[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<'a> Debug for CompositingReasonsResponse<'a>
[src]
impl<'a> PartialEq for CompositingReasonsResponse<'a>
[src]
fn eq(&self, __arg_0: &CompositingReasonsResponse<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CompositingReasonsResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for CompositingReasonsResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "LayerTree.compositingReasons"