Enum audio_video_metadata::enums::VideoType [] [src]

pub enum VideoType {
    WebM,
    MP4,
    Ogg,
    Unknown,
}

Variants

Trait Implementations

impl PartialEq for VideoType
[src]

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

This method tests for !=.

impl Debug for VideoType
[src]

Formats the value using the given formatter.

impl Copy for VideoType
[src]

impl Clone for VideoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a str> for VideoType
[src]

Performs the conversion.