Struct cdp::css::GetPlatformFontsForNodeResponse [] [src]

pub struct GetPlatformFontsForNodeResponse<'a> {
    pub fonts: Vec<PlatformFontUsage<'a>>,
}

[Experimental] Requests information about platform fonts which we used to render child TextNodes in the given node.

Command CSS.getPlatformFontsForNode

Domain Module: cdp::css
Command Struct: cdp::css::GetPlatformFontsForNodeCommand
Response Struct: cdp::css::GetPlatformFontsForNodeResponse

Fields

Usage statistics for every employed platform font.

Trait Implementations

impl<'a> Clone for GetPlatformFontsForNodeResponse<'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 GetPlatformFontsForNodeResponse<'a>
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "CSS.getPlatformFontsForNode"

impl<'a, 'b> HasCdpCommand<'a> for GetPlatformFontsForNodeResponse<'b>
[src]