Struct vkrs::video::VideoFiles [] [src]

pub struct VideoFiles {
    pub mp4_240: Option<String>,
    pub mp4_360: Option<String>,
    pub mp4_480: Option<String>,
    pub mp4_720: Option<String>,
    pub external: Option<String>,
}

Fields

Trait Implementations

impl Eq for VideoFiles
[src]

impl PartialEq for VideoFiles
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for VideoFiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoFiles
[src]

Formats the value using the given formatter.