pub enum Mp4Type {
Mp4,
M4a,
M4p,
M4b,
M4r,
M4v,
Mov,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mp4Type
impl RefUnwindSafe for Mp4Type
impl Send for Mp4Type
impl Sync for Mp4Type
impl Unpin for Mp4Type
impl UnwindSafe for Mp4Type
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