Struct vlc::VideoTrack[][src]

pub struct VideoTrack {
    pub height: u32,
    pub width: u32,
    pub sar_num: u32,
    pub sar_den: u32,
    pub frame_rate_num: u32,
    pub frame_rate_den: u32,
}

Fields

Trait Implementations

impl Clone for VideoTrack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VideoTrack
[src]

impl PartialEq for VideoTrack
[src]

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

This method tests for !=.

impl Eq for VideoTrack
[src]

impl Hash for VideoTrack
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for VideoTrack
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VideoTrack

impl Sync for VideoTrack