#[repr(C)]pub enum Mp4parseTrackType {
Video = 0,
Picture = 1,
AuxiliaryVideo = 2,
Audio = 3,
Metadata = 4,
}Variants§
Trait Implementations§
Source§impl Debug for Mp4parseTrackType
impl Debug for Mp4parseTrackType
Source§impl Default for Mp4parseTrackType
impl Default for Mp4parseTrackType
Source§fn default() -> Mp4parseTrackType
fn default() -> Mp4parseTrackType
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mp4parseTrackType
impl PartialEq for Mp4parseTrackType
impl Eq for Mp4parseTrackType
impl StructuralPartialEq for Mp4parseTrackType
Auto Trait Implementations§
impl Freeze for Mp4parseTrackType
impl RefUnwindSafe for Mp4parseTrackType
impl Send for Mp4parseTrackType
impl Sync for Mp4parseTrackType
impl Unpin for Mp4parseTrackType
impl UnwindSafe for Mp4parseTrackType
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