Enum matroska::Tracktype
[−]
[src]
pub enum Tracktype {
Video,
Audio,
Complex,
Logo,
Subtitle,
Buttons,
Control,
Unknown,
}The type of a given track
Variants
VideoA video track
AudioAn audio track
ComplexA complex track
LogoA logo track
SubtitleA subtitle track
ButtonsA buttons track
ControlA controls track
UnknownAn unknown track type
Trait Implementations
impl Debug for Tracktype[src]
impl PartialEq for Tracktype[src]
fn eq(&self, __arg_0: &Tracktype) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.