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
left_image_offset: Option<i32>
The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.
top_image_offset: Option<i32>
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]
impl Default for PersonCoverCoverInfofn default() -> PersonCoverCoverInfo[src]
fn default() -> PersonCoverCoverInfoReturns the "default value" for a type. Read more
impl Clone for PersonCoverCoverInfo[src]
impl Clone for PersonCoverCoverInfofn clone(&self) -> PersonCoverCoverInfo[src]
fn clone(&self) -> PersonCoverCoverInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PersonCoverCoverInfo[src]
impl Debug for PersonCoverCoverInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for PersonCoverCoverInfo[src]
impl NestedType for PersonCoverCoverInfoimpl Part for PersonCoverCoverInfo[src]
impl Part for PersonCoverCoverInfoAuto Trait Implementations
impl Send for PersonCoverCoverInfo
impl Send for PersonCoverCoverInfoimpl Sync for PersonCoverCoverInfo
impl Sync for PersonCoverCoverInfo