Struct google_plus1::PersonCoverCoverInfo[][src]

pub struct PersonCoverCoverInfo {
    pub left_image_offset: Option<i32>,
    pub top_image_offset: Option<i32>,
}

Extra information about the cover photo.

This type is not used in any activity, and only used as part of another schema.

Fields

The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.

The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout.

Trait Implementations

impl Default for PersonCoverCoverInfo
[src]

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

impl Clone for PersonCoverCoverInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PersonCoverCoverInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for PersonCoverCoverInfo
[src]

impl Part for PersonCoverCoverInfo
[src]

Auto Trait Implementations