Struct google_pagespeedonline2::PagespeedApiFormatStringV2ArgsSecondaryRects [] [src]

pub struct PagespeedApiFormatStringV2ArgsSecondaryRects {
    pub width: Option<i32>,
    pub top: Option<i32>,
    pub height: Option<i32>,
    pub left: Option<i32>,
}

Secondary screen rectangles being referred to, with dimensions measured in CSS pixels. This is only ever used for SNAPSHOT_RECT arguments.

This type is not used in any activity, and only used as part of another schema.

Fields

The width of the rect.

The top coordinate of the rect, in page coordinates.

The height of the rect.

The left coordinate of the rect, in page coordinates.

Trait Implementations

impl Default for PagespeedApiFormatStringV2ArgsSecondaryRects
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for PagespeedApiFormatStringV2ArgsSecondaryRects
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiFormatStringV2ArgsSecondaryRects
[src]

[src]

Formats the value using the given formatter.

impl NestedType for PagespeedApiFormatStringV2ArgsSecondaryRects
[src]

impl Part for PagespeedApiFormatStringV2ArgsSecondaryRects
[src]