Struct serenity::model::EmbedVideo [] [src]

pub struct EmbedVideo {
    pub height: u64,
    pub url: String,
    pub width: u64,
}

Video information for an embed.

Fields

The height of the video in pixels.

The source URL of the video.

The width of the video in pixels.

Trait Implementations

impl Clone for EmbedVideo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EmbedVideo
[src]

[src]

Formats the value using the given formatter.