pub enum TrackType {
Video,
Audio,
Subtitle,
}
Variants§
Trait Implementations§
source§impl PartialEq for TrackType
impl PartialEq for TrackType
impl Copy for TrackType
impl Eq for TrackType
impl StructuralPartialEq for TrackType
Auto Trait Implementations§
impl Freeze for TrackType
impl RefUnwindSafe for TrackType
impl Send for TrackType
impl Sync for TrackType
impl Unpin for TrackType
impl UnwindSafe for TrackType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more