Struct google_drive2::FileImageMediaMetadataLocation [−][src]
pub struct FileImageMediaMetadataLocation {
pub latitude: Option<f64>,
pub altitude: Option<f64>,
pub longitude: Option<f64>,
}Geographic location information stored in the image.
This type is not used in any activity, and only used as part of another schema.
Fields
latitude: Option<f64>
The latitude stored in the image.
altitude: Option<f64>
The altitude stored in the image.
longitude: Option<f64>
The longitude stored in the image.
Trait Implementations
impl Default for FileImageMediaMetadataLocation[src]
impl Default for FileImageMediaMetadataLocationfn default() -> FileImageMediaMetadataLocation[src]
fn default() -> FileImageMediaMetadataLocationReturns the "default value" for a type. Read more
impl Clone for FileImageMediaMetadataLocation[src]
impl Clone for FileImageMediaMetadataLocationfn clone(&self) -> FileImageMediaMetadataLocation[src]
fn clone(&self) -> FileImageMediaMetadataLocationReturns 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 FileImageMediaMetadataLocation[src]
impl Debug for FileImageMediaMetadataLocationfn 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 FileImageMediaMetadataLocation[src]
impl NestedType for FileImageMediaMetadataLocationimpl Part for FileImageMediaMetadataLocation[src]
impl Part for FileImageMediaMetadataLocationAuto Trait Implementations
impl Send for FileImageMediaMetadataLocation
impl Send for FileImageMediaMetadataLocationimpl Sync for FileImageMediaMetadataLocation
impl Sync for FileImageMediaMetadataLocation