Struct google_plusdomains1::Videostream [] [src]

pub struct Videostream {
    pub url: Option<String>,
    pub width: Option<i32>,
    pub type_: Option<String>,
    pub height: Option<i32>,
}

There is no detailed description.

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

Fields

URL of the video stream.

The width, in pixels, of the video resource.

MIME type of the video stream.

The height, in pixels, of the video resource.

Trait Implementations

impl Debug for Videostream
[src]

Formats the value using the given formatter.

impl Clone for Videostream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Videostream
[src]

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

impl Part for Videostream
[src]