Struct google_pagespeedonline4::PagespeedApiFormatStringV4ArgsSecondaryRects[][src]

pub struct PagespeedApiFormatStringV4ArgsSecondaryRects {
    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

no description provided

no description provided

no description provided

no description provided

Trait Implementations

Auto Trait Implementations