Struct google_plusdomains1::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]

[src]

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

impl Clone for PersonCoverCoverInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PersonCoverCoverInfo
[src]

[src]

Formats the value using the given formatter.

impl NestedType for PersonCoverCoverInfo
[src]

impl Part for PersonCoverCoverInfo
[src]