Struct google_pagespeedonline4::PagespeedApiImageV4PageRect[][src]

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

There is no detailed description.

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

impl Default for PagespeedApiImageV4PageRect
[src]

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

impl Clone for PagespeedApiImageV4PageRect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiImageV4PageRect
[src]

Formats the value using the given formatter. Read more

impl NestedType for PagespeedApiImageV4PageRect
[src]

impl Part for PagespeedApiImageV4PageRect
[src]

Auto Trait Implementations