Struct google_pagespeedonline2::PagespeedApiFormatStringV2ArgsRects[][src]

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

The screen rectangles being referred to, with dimensions measured in CSS pixels. This is only ever used for SNAPSHOT_RECT arguments. If this is absent for a SNAPSHOT_RECT argument, it means that that argument refers to the entire snapshot.

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 PagespeedApiFormatStringV2ArgsRects
[src]

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

impl Clone for PagespeedApiFormatStringV2ArgsRects
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiFormatStringV2ArgsRects
[src]

Formats the value using the given formatter. Read more

impl NestedType for PagespeedApiFormatStringV2ArgsRects
[src]

impl Part for PagespeedApiFormatStringV2ArgsRects
[src]

Auto Trait Implementations