Struct google_photoslibrary1::Video[][src]

pub struct Video {
    pub status: Option<String>,
    pub camera_make: Option<String>,
    pub fps: Option<f64>,
    pub camera_model: Option<String>,
}

Metadata that is specific to a video, for example, fps and processing status. Some of these fields may be null or not included.

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

Fields

Processing status of the video.

Brand of the camera with which the video was taken.

Frame rate of the video.

Model of the camera with which the video was taken.

Trait Implementations

impl Default for Video
[src]

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

impl Clone for Video
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Video
[src]

Formats the value using the given formatter. Read more

impl Part for Video
[src]

Auto Trait Implementations

impl Send for Video

impl Sync for Video