Struct google_drive2::FileVideoMediaMetadata
[−]
[src]
pub struct FileVideoMediaMetadata {
pub width: Option<i32>,
pub duration_millis: Option<String>,
pub height: Option<i32>,
}Metadata about video media. This will only be present for video types.
This type is not used in any activity, and only used as part of another schema.
Fields
width: Option<i32>
The width of the video in pixels.
duration_millis: Option<String>
The duration of the video in milliseconds.
height: Option<i32>
The height of the video in pixels.
Trait Implementations
impl Default for FileVideoMediaMetadata[src]
fn default() -> FileVideoMediaMetadata[src]
Returns the "default value" for a type. Read more
impl Clone for FileVideoMediaMetadata[src]
fn clone(&self) -> FileVideoMediaMetadata[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more