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

Auto Trait Implementations