Struct google_youtube3::InvideoPosition [] [src]

pub struct InvideoPosition {
    pub corner_position: Option<String>,
    pub type_: Option<String>,
}

Describes the spatial position of a visual widget inside a video. It is a union of various position types, out of which only will be set one.

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

Fields

Describes in which corner of the video the visual widget will appear.

Defines the position type.

Trait Implementations

impl Default for InvideoPosition
[src]

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

impl Clone for InvideoPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InvideoPosition
[src]

Formats the value using the given formatter.

impl Part for InvideoPosition
[src]