Struct google_pagespeedonline2::PagespeedApiImageV2PageRect[][src]

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

The region of the page that is captured by this image, with dimensions measured in CSS pixels.

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

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

impl Clone for PagespeedApiImageV2PageRect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiImageV2PageRect
[src]

Formats the value using the given formatter. Read more

impl NestedType for PagespeedApiImageV2PageRect
[src]

impl Part for PagespeedApiImageV2PageRect
[src]

Auto Trait Implementations